From 24c99cf22e012e07509505b4efdc528589008dd4 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 17 Aug 2025 00:03:59 +0200 Subject: feat: rename hosts --- hosts/vps/hardware-configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 hosts/vps/hardware-configuration.nix (limited to 'hosts/vps/hardware-configuration.nix') diff --git a/hosts/vps/hardware-configuration.nix b/hosts/vps/hardware-configuration.nix deleted file mode 100644 index 68ab0a2..0000000 --- a/hosts/vps/hardware-configuration.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ modulesPath, ... }: -{ - imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.loader.grub = { - efiSupport = true; - efiInstallAsRemovable = true; - device = "nodev"; - }; - fileSystems."/boot" = { device = "/dev/disk/by-uuid/4E07-7ABB"; fsType = "vfat"; }; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; - boot.initrd.kernelModules = [ "nvme" ]; - fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; - -} -- cgit v1.3.1