/sys/machines -> /hosts
This commit is contained in:
parent
2c475dd099
commit
9c9a3d543c
38 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux"];
|
||||||
|
|
||||||
flake.nixosConfigurations =
|
flake.nixosConfigurations =
|
||||||
b.readDir ./sys/machines
|
b.readDir ./hosts
|
||||||
|> b.mapAttrs (hostname: _:
|
|> b.mapAttrs (hostname: _:
|
||||||
l.nixosSystem {
|
l.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
./sys/machines/${hostname}
|
./hosts/${hostname}
|
||||||
./secrets/${hostname}
|
./secrets/${hostname}
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue