Release v0.2.0
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-03-02 07:25:06 +01:00
parent f0e29d38a4
commit c24af42fc0
9 changed files with 153 additions and 6 deletions

View file

@ -30,6 +30,8 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.variables.NIX_CACHE_LOGIN_CONFIG = toString cfg.configFile;
environment.etc."nix-cache-login/config.toml".source = cfg.configFile;
systemd.services.nix-cache-login = {
description = "Nix cache login - service account token refresh";
serviceConfig = {