flake.nix: move hosts config to hosts/default.nix
This commit is contained in:
parent
f4373bac52
commit
9f04781dce
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
||||||
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
|
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux"];
|
||||||
imports = [
|
imports = [
|
||||||
./parts
|
|
||||||
./hosts
|
./hosts
|
||||||
|
./parts
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue