diff --git a/modules/users.nix b/modules/users.nix index 1504ae9..89e0ef1 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -11,6 +11,6 @@ isNormalUser = true; description = "Zynh Ludwig"; hashedPasswordFile = config.sops.secrets."passwords/ravenshade".path; - extraGroups = [ "networkmanager" "wheel" "docker" ]; + extraGroups = [ "networkmanager" "wheel" "docker" "syncthing" ]; }; }