diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-09 15:10:00 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-09 15:10:00 +0200 |
| commit | 3844ce13b2f5d91a7aca4a86927c990f337d7afc (patch) | |
| tree | 905db1c533d5ce0e7ef2229745bf965852765106 /hosts/tacitus/default.nix | |
| parent | d033778fca80f564c8897df4b79664245a95be84 (diff) | |
nixfmt: new fmt rules
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 38de6d0..91fa198 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"]; + nix.settings.trusted-users = [ "wilkuu" ]; # Bootloader and boot setup. boot.loader.efi.canTouchEfiVariables = lib.mkDefault true; boot.loader.limine = { |
