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 51669b4..888a405 100644 --- a/hosts/srv-core/hardware.nix +++ b/hosts/srv-core/hardware.nix @@ -1,15 +1,8 @@ -{ inputs, ... }: -{ - imports = [ inputs.nixos-hardware.nixosModules.hardkernel-odroid-h4 ]; - +_: { nixpkgs.hostPlatform = "x86_64-linux"; boot = { - kernelModules = [ - "kvm-intel" - "k10temp" - "nct6775" - ]; + kernelModules = [ "kvm-intel" ]; initrd.availableKernelModules = [ "xhci_pci" "ahci" 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