From f5282d33687d320763a01e0a194371e70c6b9c2e Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 Dec 2021 00:10:34 -0500 Subject: [PATCH] Required for reading journalctl --user. --- modules/profiles/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/minimal.nix b/modules/profiles/minimal.nix index da62cb9..aacef8b 100644 --- a/modules/profiles/minimal.nix +++ b/modules/profiles/minimal.nix @@ -36,7 +36,7 @@ in { root.initialPassword = "nixos"; james = { description = "James Patrick"; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "systemd-journal" ]; initialPassword = "nixos"; isNormalUser = true; openssh.authorizedKeys.keyFiles = [ publicKey ];