From 7e10b8984ac0b6858dd4d7e77f8950a8e65a99ec Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 23 Jul 2024 23:47:21 -0700 Subject: Flag /secrets as needed for boot --- hosts/c-pc/configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/c-pc/configuration.nix') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 367349c..fd25a36 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -10,7 +10,6 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; - fileSystems."/persist".neededForBoot = true; environment.persistence."/persist/system" = { hideMounts = true; directories = [ -- cgit v1.2.3