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;} {
|
||||
systems = ["x86_64-linux"];
|
||||
imports = [
|
||||
./parts
|
||||
./hosts
|
||||
./parts
|
||||
];
|
||||
};
|
||||
inputs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue