diff --git a/hosts/ash1-1.mirror.lewd.wtf/configuration.nix b/hosts/ash1-1.mirror.lewd.wtf/configuration.nix deleted file mode 100644 index 31dc67b..0000000 --- a/hosts/ash1-1.mirror.lewd.wtf/configuration.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ self, config, pkgs, ... }: -{ - imports = [ - ./hardware-configuration.nix - ]; - - variables.hostName = "ash1-1"; - variables.domain = "mirror.lewd.wtf"; - - networking.hostName = "${config.variables.hostName}"; - networking.domain = "${config.variables.domain}"; - - boot.loader.grub = { - enable = true; - efiSupport = false; - devices = [ "/dev/sda" ]; - }; - - system.stateVersion = "22.11"; -} diff --git a/hosts/ash1-1.mirror.lewd.wtf/hardware-configuration.nix b/hosts/ash1-1.mirror.lewd.wtf/hardware-configuration.nix deleted file mode 100644 index 6132e3f..0000000 --- a/hosts/ash1-1.mirror.lewd.wtf/hardware-configuration.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ modulesPath, ... }: -{ - imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; - boot.initrd.kernelModules = [ "nvme" ]; - fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; - -} diff --git a/hosts/hil1-1.mirror.lewd.wtf/configuration.nix b/hosts/hil1-1.mirror.lewd.wtf/configuration.nix deleted file mode 100644 index 1104162..0000000 --- a/hosts/hil1-1.mirror.lewd.wtf/configuration.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ self, config, pkgs, ... }: -{ - imports = [ - ./hardware-configuration.nix - ]; - - variables.hostName = "hil1-1"; - variables.domain = "mirror.lewd.wtf"; - - networking.hostName = "${config.variables.hostName}"; - networking.domain = "${config.variables.domain}"; - - boot.loader.grub = { - enable = true; - efiSupport = false; - devices = [ "/dev/sda" ]; - }; - - system.stateVersion = "22.11"; -} diff --git a/hosts/hil1-1.mirror.lewd.wtf/hardware-configuration.nix b/hosts/hil1-1.mirror.lewd.wtf/hardware-configuration.nix deleted file mode 100644 index 6132e3f..0000000 --- a/hosts/hil1-1.mirror.lewd.wtf/hardware-configuration.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ modulesPath, ... }: -{ - imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; - boot.initrd.kernelModules = [ "nvme" ]; - fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; - -}