Cleanup up overlays

This commit is contained in:
Tim Schubert 2021-01-02 10:59:48 +01:00
parent bb066a3cd0
commit 5ac78aa3ce
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
4 changed files with 14 additions and 13 deletions

View file

@ -2,15 +2,9 @@
let
hostName = "surgat";
this = import ../.. { inherit pkgs; };
keys = ../../pkgs/keys/keys;
homePage = self: super: { homePage = super.callPackage ../../pkgs/homePage { }; };
in {
imports = [ this.profiles.base ];
nixpkgs.overlays = [
homePage
];
networking.hostName = hostName;
services.nginx = {
@ -26,7 +20,7 @@ in {
dadada.admin = {
enable = true;
users = {
"dadada" = [ "${keys}/dadada.pub" ];
"dadada" = [ "${pkgs.dadadaKeys}/dadada.pub" ];
};
};