1
1
Fork 0

Move catacomb configs to machine folder

This commit is contained in:
Jaculabilis 2022-11-27 01:32:19 +00:00
parent a98a9b9048
commit 30bfba4005
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {
nixosConfigurations.catacomb = nixpkgs.lib.nixosSystem { nixosConfigurations.catacomb = nixpkgs.lib.nixosSystem {
system = "aarch64-linux"; system = "aarch64-linux";
modules = [ ./configuration.nix ]; modules = [ ./machine/catacomb ];
}; };
}; };
} }

View File

@ -200,11 +200,11 @@
password = "badpassword"; password = "badpassword";
extraGroups = ["wheel" "nas"]; extraGroups = ["wheel" "nas"];
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
./keys/tvb.palamas.pub ../../keys/tvb.palamas.pub
./keys/tvb.stagirite.pub ../../keys/tvb.stagirite.pub
./keys/tvb.vagrant.pub ../../keys/tvb.vagrant.pub
./keys/monitor.isidore.pub ../../keys/monitor.isidore.pub
./keys/inquisitor.conduit.pub ../../keys/inquisitor.conduit.pub
]; ];
}; };
#./keys/tvb.empyrean.pub #./keys/tvb.empyrean.pub