From a57732285bec6aa52759e84342ccf46decfe9cbe Mon Sep 17 00:00:00 2001 From: Xory Date: Tue, 28 Oct 2025 16:33:49 +0200 Subject: [PATCH] fix: impermanence 2 --- hosts/voidspear/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/voidspear/configuration.nix b/hosts/voidspear/configuration.nix index 83015cc..a0bdc1b 100644 --- a/hosts/voidspear/configuration.nix +++ b/hosts/voidspear/configuration.nix @@ -54,14 +54,10 @@ neededForBoot = true; }; - fileSystems."/nix" = { - device = "/persist/nix"; - options = [ "bind "]; - }; - environment.persistence."/persist" = { hideMounts = true; directories = [ + "/nix" "/home" "/var/log" "/var/lib/bluetooth"