users: add syncthing group

This commit is contained in:
Zynh Ludwig 2024-12-28 06:33:49 -08:00
parent 22fe96d49b
commit 286b7068cf

View file

@ -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" ];
};
}