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" = {
|
sops.secrets."syncthing/password" = {
|
||||||
mode = "440";
|
mode = "440";
|
||||||
group = "syncthing";
|
owner = "willifan";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.syncthing = { };
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue