diff options
| author | andromeda <andromeda@lenovo> | 2026-01-10 00:55:44 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-10 00:55:44 +0100 |
| commit | 97fca4cc7e18985272119f1ab6b75865042a96e1 (patch) | |
| tree | 9b752745052606adc5fc7a04ee3e3e1f6457f09e /machines/109-199-104-83.nix | |
| parent | 243d7f3fc3a2ae23ea28bff7afb0af84f96c8851 (diff) | |
fix up remote 109-199-104-83
Diffstat (limited to 'machines/109-199-104-83.nix')
| -rw-r--r-- | machines/109-199-104-83.nix | 35 |
1 files changed, 0 insertions, 35 deletions
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"; -} |
