remove all reference to user syncthing

This commit is contained in:
willifan 2024-12-29 01:24:28 +01:00
parent 2cd2106b9e
commit b9c0d470c3
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@
users.users.willifan = {
isNormalUser = true;
description = "willifan";
extraGroups = [ "networkmanager" "wheel" "syncthing" ];
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.bash;
};