From 97fca4cc7e18985272119f1ab6b75865042a96e1 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 10 Jan 2026 00:55:44 +0100 Subject: fix up remote 109-199-104-83 --- machines/109-199-104-83.nix | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 machines/109-199-104-83.nix (limited to 'machines/109-199-104-83.nix') diff --git a/machines/109-199-104-83.nix b/machines/109-199-104-83.nix deleted file mode 100644 index 9b61ca4..0000000 --- a/machines/109-199-104-83.nix +++ /dev/null @@ -1,35 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ - config, - lib, - pkgs, - modulesPath, - ... -}: { - imports = [ - (modulesPath + "/profiles/qemu-guest.nix") - ]; - - boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod"]; - boot.initrd.kernelModules = []; - boot.kernelModules = []; - boot.extraModulePackages = []; - - fileSystems."/" = { - device = "/dev/disk/by-uuid/159e6a69-b4e2-49c3-a6f0-5fcba0ea6a59"; - fsType = "ext4"; - }; - - fileSystems."/efi" = { - device = "systemd-1"; - fsType = "autofs"; - }; - - swapDevices = []; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - - system.stateVersion = "25.11"; -} -- cgit v1.3