hosts/riv-01: remove fileSystems entry

This commit is contained in:
2025-11-02 01:47:41 -07:00
parent e5d2637e59
commit 208cb1f42a

View File

@@ -27,11 +27,6 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/63ac2dac-0300-491d-aca3-8cd42227c347";
fsType = "ext4";
};
# 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
# still possible to use this option, but it's recommended to use it in conjunction