From 5528a9aa6f4cd8b577bffefb7102ac1cc1d4e2bf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 20 Sep 2020 20:17:33 +0100 Subject: chore(tazjin/camden): Add my user to the quassel group Makes log access easier ... Change-Id: I1b4df00ad2015b6a51029772a43f3e6544ba8d18 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1991 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/camden/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index 9f9bab9354..4a6b5b66f7 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; }; -- cgit 1.4.1