add user "blue" to group "syncthing"

This commit is contained in:
Gabriella Bere 2024-08-23 20:01:28 +01:00
parent 4d5b38cbe9
commit 40311e8350

View file

@ -101,7 +101,7 @@
users.users.blue = { users.users.blue = {
isNormalUser = true; isNormalUser = true;
description = "Gabriella Bere"; description = "Gabriella Bere";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "syncthing" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };