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/copenhagen/configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/copenhagen/configuration.nix') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 3aaf862..f1b1438 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -9,7 +9,6 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; - fileSystems."/persist".neededForBoot = true; environment.persistence."/persist/system" = { hideMounts = true; directories = [ -- cgit v1.2.3