From f8de4c8abccfc4e5bb34f246b372fc39435683da Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Fri, 17 Jul 2026 11:42:29 +1000 Subject: [PATCH] removed fileSystems definition for disko config --- modules/hardware-configuration/vm/proxmox.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/hardware-configuration/vm/proxmox.nix b/modules/hardware-configuration/vm/proxmox.nix index 9458410..982cc49 100644 --- a/modules/hardware-configuration/vm/proxmox.nix +++ b/modules/hardware-configuration/vm/proxmox.nix @@ -14,14 +14,14 @@ boot.extraModulePackages = [ ]; boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only - fileSystems."/" = - { device = "/dev/disk/by-label/nixos"; - fsType = "ext4"; - }; + # fileSystems."/" = + # { device = "/dev/disk/by-label/nixos"; + # fsType = "ext4"; + # }; - swapDevices = - [ { device = "/dev/disk/by-label/swap"; } - ]; + # swapDevices = + # [ { device = "/dev/disk/by-label/swap"; } + # ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's