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.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