From 40311e835030b82b564f59c756cca972eaafcdd5 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 20:01:28 +0100 Subject: [PATCH] add user "blue" to group "syncthing" --- hosts/gabbielaptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 69cadd9..e0f3aa0 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -101,7 +101,7 @@ users.users.blue = { isNormalUser = true; description = "Gabriella Bere"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "syncthing" ]; shell = pkgs.zsh; };