From 3844ce13b2f5d91a7aca4a86927c990f337d7afc Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Tue, 9 Jun 2026 15:10:00 +0200 Subject: nixfmt: new fmt rules --- hosts/tacitus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/tacitus') 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 = { -- cgit v1.3.1