diff --git a/flake.nix b/flake.nix index def3331d..a5574aff 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ nixosConfigurations = lib.pipe ./hosts [ builtins.readDir (lib.filterAttrs (_: type: type == "directory")) - (lib.filterAttrs (name: _: builtins.pathExists ./hosts/${name}/default.nix && builtins.pathExists ./hosts/${name}/hardware.nix && builtins.pathExists ./hosts/${name}/config.nix)) + # (lib.filterAttrs (name: _: builtins.pathExists ./hosts/${name}/default.nix && builtins.pathExists ./hosts/${name}/hardware.nix && builtins.pathExists ./hosts/${name}/config.nix)) (lib.mapAttrs (name: _: makeHost name)) ]; }; diff --git a/hosts/lilith-pc/default.nix b/hosts/lilith-pc/default.nix index e69de29b..ea8f50d4 100644 --- a/hosts/lilith-pc/default.nix +++ b/hosts/lilith-pc/default.nix @@ -0,0 +1,2 @@ +{...}: { +} diff --git a/system/default.nix b/system/default.nix new file mode 100644 index 00000000..ea8f50d4 --- /dev/null +++ b/system/default.nix @@ -0,0 +1,2 @@ +{...}: { +}