diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:49:56 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 07:53:22 -0600 |
| commit | 70f702c6fd33454aebc4a266789fc5bf7e77e960 (patch) | |
| tree | afd021e65acab4ed2cde532b3eb914bfc6cb9ff9 /modules/boot | |
| parent | 26533470d5eebca67519c0a0ce797bedfb6a5e25 (diff) | |
age + other various changes
Diffstat (limited to 'modules/boot')
| -rw-r--r-- | modules/boot/nixos/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/boot/nixos/default.nix b/modules/boot/nixos/default.nix index 06e68c3..8e710c8 100644 --- a/modules/boot/nixos/default.nix +++ b/modules/boot/nixos/default.nix @@ -34,6 +34,9 @@ in { }; }); + system.etc.overlay.enable = true; + system.nixos-init.enable = true; + environment.systemPackages = ( if cfg.secureBoot.enable |
