diff --git a/nix/nixos-modules/allCommon.nix b/nix/nixos-modules/allCommon.nix index b7f7ff2..4d06bbe 100644 --- a/nix/nixos-modules/allCommon.nix +++ b/nix/nixos-modules/allCommon.nix @@ -82,7 +82,9 @@ in "nix-command" ]; hashed-mirrors = [ "https://tarballs.nixos.org/" ]; - trusted-users = [ "root" ]; + trusted-users = [ + "root" + ]; }; };