remove all reference to user syncthing
This commit is contained in:
parent
2cd2106b9e
commit
b9c0d470c3
2 changed files with 2 additions and 4 deletions
|
@ -13,9 +13,7 @@
|
|||
|
||||
sops.secrets."syncthing/password" = {
|
||||
mode = "440";
|
||||
group = "syncthing";
|
||||
owner = "willifan";
|
||||
};
|
||||
|
||||
users.groups.syncthing = { };
|
||||
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
users.users.willifan = {
|
||||
isNormalUser = true;
|
||||
description = "willifan";
|
||||
extraGroups = [ "networkmanager" "wheel" "syncthing" ];
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue