From a57d37ea586732245cfa6b2243510888e50ac416 Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Tue, 10 Jun 2025 22:07:39 +0200 Subject: [PATCH] fix: root fs only ZFS, remove tmpfs conflict --- hardware/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardware/hardware-configuration.nix b/hardware/hardware-configuration.nix index e7900ae..aec56d9 100644 --- a/hardware/hardware-configuration.nix +++ b/hardware/hardware-configuration.nix @@ -13,10 +13,10 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { device = "tmpfs"; - fsType = "tmpfs"; - }; + # fileSystems."/" = + # { device = "tmpfs"; + # fsType = "tmpfs"; + # }; fileSystems."/iso" = { device = "/dev/disk/by-uuid/1980-01-01-00-00-00-00";