Move catacomb configs to machine folder
This commit is contained in:
parent
a98a9b9048
commit
30bfba4005
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue