From 0adfcb72c152466fec577108cef7696d730edc3d Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Fri, 6 Jun 2025 21:14:20 +0000 Subject: [PATCH] delete fs declarations --- hardware-configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 1307121..f62b7f2 100755 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -13,21 +13,6 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { device = "zroot/root"; - fsType = "zfs"; - }; - - fileSystems."/nix" = - { device = "zroot/nix"; - fsType = "zfs"; - }; - - fileSystems."/persist" = - { device = "zroot/persist"; - fsType = "zfs"; - }; - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking