From 555b4d6beb8ec310633e0008ef6b56aa3d262375 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 Feb 2024 14:28:33 +0100 Subject: [PATCH] remove syncthing group --- common/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/users.nix b/common/users.nix index 7ae4320..f43acfa 100644 --- a/common/users.nix +++ b/common/users.nix @@ -13,7 +13,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAztZgcRBHqX8Wb2nAlP1qCKF205M3un/D1YnREcO7Dy lukas@flamingo" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMC6vIcPgOHiAnG1be8IQVePlrsxN/X9PEFJghS6EcOb lukas@scenery" ]; - extraGroups = ["wheel" "networkmanager" "gamemode" "syncthing"]; + extraGroups = ["wheel" "networkmanager" "gamemode"]; linger = true; }; };