Put home page into overlay

This commit is contained in:
Tim Schubert 2020-12-31 03:35:47 +01:00
parent 630e867607
commit 6da2a6bc69
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
4 changed files with 27 additions and 7 deletions

View file

@ -3,9 +3,14 @@ let
hostName = "surgat";
this = import ../.. {};
keys = ../../pkgs/keys/keys;
homePage = self: super: { homePage = super.callPackage ../../pkgs/homePage {}; };
in {
imports = [ this.profiles.base ];
nixpkgs.overlays = [
homePage
];
networking.hostName = hostName;
dadada.admin = {