/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"];
|
||||
|
||||
flake.nixosConfigurations =
|
||||
b.readDir ./sys/machines
|
||||
b.readDir ./hosts
|
||||
|> b.mapAttrs (hostname: _:
|
||||
l.nixosSystem {
|
||||
modules = [
|
||||
./sys/machines/${hostname}
|
||||
./hosts/${hostname}
|
||||
./secrets/${hostname}
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue