diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-23 23:47:21 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-23 23:47:21 -0700 |
| commit | 7e10b8984ac0b6858dd4d7e77f8950a8e65a99ec (patch) | |
| tree | e92a74f6a75888e561104249ad327a5d6a9c8184 /hosts/copenhagen/configuration.nix | |
| parent | f36c64f008c8d822e42f325bfb9508844db552f4 (diff) | |
Flag /secrets as needed for boot
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = [ |