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

@ -13,9 +13,7 @@
sops.secrets."syncthing/password" = { sops.secrets."syncthing/password" = {
mode = "440"; mode = "440";
group = "syncthing"; owner = "willifan";
}; };
users.groups.syncthing = { };
} }

View file

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