diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:21:00 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:21:00 +0200 |
| commit | 18c38635406586430c2aa772f0b708143104fb72 (patch) | |
| tree | 5bce8dd86e0747e5315315eef00e416169620a5d /hosts/tacitus/default.nix | |
| parent | aa39875b09ebe74db959ab4decd642148abc2860 (diff) | |
Move to stalwart 0.16
Diffstat (limited to 'hosts/tacitus/default.nix')
| -rw-r--r-- | hosts/tacitus/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tacitus/default.nix b/hosts/tacitus/default.nix index 1efc539..38de6d0 100644 --- a/hosts/tacitus/default.nix +++ b/hosts/tacitus/default.nix @@ -13,7 +13,7 @@ gpg.enable = true; virtualisation.host = true; }; - + nix.settings.trusted-users = [ "wilkuu"]; # Bootloader and boot setup. boot.loader.efi.canTouchEfiVariables = lib.mkDefault true; boot.loader.limine = { |
