From 208cb1f42ae2f2dca2ae58f091557045592c9dce Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 2 Nov 2025 01:47:41 -0700 Subject: [PATCH] hosts/riv-01: remove fileSystems entry --- hosts/riv-01/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/riv-01/hardware-configuration.nix b/hosts/riv-01/hardware-configuration.nix index 794876c..df9ad4c 100644 --- a/hosts/riv-01/hardware-configuration.nix +++ b/hosts/riv-01/hardware-configuration.nix @@ -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