Put home page into overlay
This commit is contained in:
parent
630e867607
commit
6da2a6bc69
4 changed files with 27 additions and 7 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue