diff options
author | Vincent Ambo <mail@tazj.in> | 2020-09-20T19·17+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-09-20T19·23+0000 |
commit | 5528a9aa6f4cd8b577bffefb7102ac1cc1d4e2bf (patch) | |
tree | 01ef262dc599722f9a65f538e3f8c85a500f77b3 | |
parent | 5e22faec85a4073e7112f4388ce5ae313882ba73 (diff) |
chore(tazjin/camden): Add my user to the quassel group r/1805
Makes log access easier ... Change-Id: I1b4df00ad2015b6a51029772a43f3e6544ba8d18 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1991 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r-- | users/tazjin/nixos/camden/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index 9f9bab9354a5..4a6b5b66f73e 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -142,7 +142,7 @@ in lib.fix(self: { users.tazjin = { isNormalUser = true; uid = 1000; - extraGroups = [ "git" "wheel" ]; + extraGroups = [ "git" "wheel" "quassel" ]; shell = nixpkgs.fish; }; |