Rename machines to hosts
This commit is contained in:
parent
812b39aaef
commit
1ab23571ae
9 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@
|
|||
specialArgs = { inherit self system; };
|
||||
|
||||
modules = [
|
||||
(./machines + "/${hostname}/configuration.nix")
|
||||
(./hosts + "/${hostname}/configuration.nix")
|
||||
./modules
|
||||
{
|
||||
_module.args.inputs = inputs;
|
||||
|
|
@ -87,6 +87,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
]) ++ extraModules;
|
||||
})
|
||||
(import ./machines inputs);
|
||||
(import ./hosts inputs);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue