diff options
Diffstat (limited to 'nix/systems/continuity')
| -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"; |
