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 }: {
nixosConfigurations.catacomb = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [ ./configuration.nix ];
modules = [ ./machine/catacomb ];
};
};
}

View File

@ -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