Move catacomb configs to machine folder
This commit is contained in:
parent
a98a9b9048
commit
30bfba4005
|
@ -6,7 +6,7 @@
|
|||
outputs = { self, nixpkgs }: {
|
||||
nixosConfigurations.catacomb = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./configuration.nix ];
|
||||
modules = [ ./machine/catacomb ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -200,11 +200,11 @@
|
|||
password = "badpassword";
|
||||
extraGroups = ["wheel" "nas"];
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
./keys/tvb.palamas.pub
|
||||
./keys/tvb.stagirite.pub
|
||||
./keys/tvb.vagrant.pub
|
||||
./keys/monitor.isidore.pub
|
||||
./keys/inquisitor.conduit.pub
|
||||
../../keys/tvb.palamas.pub
|
||||
../../keys/tvb.stagirite.pub
|
||||
../../keys/tvb.vagrant.pub
|
||||
../../keys/monitor.isidore.pub
|
||||
../../keys/inquisitor.conduit.pub
|
||||
];
|
||||
};
|
||||
#./keys/tvb.empyrean.pub
|
Loading…
Reference in New Issue