diff --git a/hosts/OSX-Darwin/default.nix b/hosts/OSX-Darwin/default.nix deleted file mode 100644 index d8dffdf..0000000 --- a/hosts/OSX-Darwin/default.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - nixpkgs.hostPlatform = "x86_64-darwin"; - system.stateVersion = 6; - nix.extraOptions = '' - extra-experimental-features = nix-command - extra-experimental-features = flakes - ''; -} diff --git a/infrastructure/topology.nix b/infra/topology.nix similarity index 100% rename from infrastructure/topology.nix rename to infra/topology.nix diff --git a/infrastructure/wce.nix b/infra/wce.nix similarity index 100% rename from infrastructure/wce.nix rename to infra/wce.nix