removed fileSystems definition for disko config

This commit is contained in:
2026-07-17 11:42:29 +10:00
parent ca18a9d29d
commit f8de4c8abc
@@ -14,14 +14,14 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
fileSystems."/" = # fileSystems."/" =
{ device = "/dev/disk/by-label/nixos"; # { device = "/dev/disk/by-label/nixos";
fsType = "ext4"; # fsType = "ext4";
}; # };
swapDevices = # swapDevices =
[ { device = "/dev/disk/by-label/swap"; } # [ { device = "/dev/disk/by-label/swap"; }
]; # ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # 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 # (the default) this is the recommended approach. When using systemd-networkd it's