diff options
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 = { |
