diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index cb3f191..d7fb9d9 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -35,6 +35,7 @@ boot.kernelPackages = pkgs.linuxPackages_latest; + # systemd services in order to keep soft-serve list up to date systemd = { timers.softServe = { wantedBy = [ "timers.target" ];