remove "parts" directory and restructure modules
This commit is contained in:
parent
4b26b8da52
commit
f2cf7d36de
19 changed files with 77 additions and 117 deletions
|
|
@ -1,6 +1,3 @@
|
|||
let
|
||||
keys = import ../../parts/keys.nix;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../modules/remote-builder.nix
|
||||
|
|
@ -8,6 +5,8 @@ in
|
|||
|
||||
roles.remote-builder = {
|
||||
enable = true;
|
||||
authorizedKeys = [ keys.hosts.haze ];
|
||||
authorizedKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa8R8obgptefcp27Cdp9bc2fiyc9x0oTfMsTPFp2ktE rpqt@haze"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
../../modules/lounge.nix
|
||||
../../modules/unbound.nix
|
||||
../../modules/unbound-auth.nix
|
||||
../../system/core
|
||||
../../system/nix
|
||||
self.nixosModules.nix-defaults
|
||||
|
||||
self.nixosModules.user-rpqt
|
||||
];
|
||||
|
||||
networking.hostName = "genepi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue