diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:34:58 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-21 20:34:58 -0700 |
| commit | 11d99a0715cf201a660e33d911c953313fec3796 (patch) | |
| tree | ad5b7a880d65e06025f7d34a8eb05c0e7e82ef9e /nix/systems/continuity/default.nix | |
| parent | 2f6ede5394f46892957369708c14fe6b1c7d6f81 (diff) | |
add support for managing secrets with gnu stow
Diffstat (limited to 'nix/systems/continuity/default.nix')
| -rw-r--r-- | nix/systems/continuity/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix index 2520712..ca3b5bc 100644 --- a/nix/systems/continuity/default.nix +++ b/nix/systems/continuity/default.nix @@ -6,7 +6,10 @@ ]; config = { monorepo = { - profiles.impermanence.enable = true; + profiles = { + impermanence.enable = true; + secureBoot = true; + }; vars = { device = "/dev/sda"; fileSystem = "btrfs"; |
