chore: rename systems.nix to default.nix
This commit is contained in:
parent
565bfa66d8
commit
15c1798b5f
2 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@
|
||||||
};
|
};
|
||||||
deploy = import ./hosts/deploy.nix inputs;
|
deploy = import ./hosts/deploy.nix inputs;
|
||||||
formatter.${system} = pkgs.alejandra;
|
formatter.${system} = pkgs.alejandra;
|
||||||
nixosConfigurations = import ./hosts/systems.nix inputs;
|
nixosConfigurations = import ./hosts inputs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue