chore: prepare elfeed server data on winters

This commit is contained in:
Swarsel 2024-12-05 03:46:15 +01:00
parent f906c61393
commit 2c82e8abed
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 90 additions and 90 deletions

View file

@ -3124,7 +3124,7 @@ This ensures that all user-configuration happens here in the config file.
isNormalUser = true;
description = "Leon S";
hashedPasswordFile = lib.mkIf (!config.swarselsystems.initialSetup) config.sops.secrets.swarseluser.path;
extraGroups = [ "networkmanager" "docker" "wheel" "lp" "audio" "video" "vboxusers" "scanner" ];
extraGroups = [ "networkmanager" "syncthing" "docker" "wheel" "lp" "audio" "video" "vboxusers" "scanner" ];
packages = with pkgs; [ ];
};
};