diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/default.nix similarity index 100% rename from hosts/desktop/configuration.nix rename to hosts/desktop/default.nix diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/default.nix similarity index 100% rename from hosts/laptop/configuration.nix rename to hosts/laptop/default.nix diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/default.nix similarity index 100% rename from hosts/srv-core/configuration.nix rename to hosts/srv-core/default.nix diff --git a/hosts/srv-core/hardware.nix b/hosts/srv-core/hardware.nix index fc86ee3..888a405 100644 --- a/hosts/srv-core/hardware.nix +++ b/hosts/srv-core/hardware.nix @@ -1,7 +1,4 @@ -{ inputs, ... }: -{ - imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ]; - +_: { nixpkgs.hostPlatform = "x86_64-linux"; boot = { diff --git a/hosts/vps-ns/configuration.nix b/hosts/vps-ns/default.nix similarity index 100% rename from hosts/vps-ns/configuration.nix rename to hosts/vps-ns/default.nix diff --git a/hosts/vps-www/configuration.nix b/hosts/vps-www/default.nix similarity index 100% rename from hosts/vps-www/configuration.nix rename to hosts/vps-www/default.nix