Update hm module to use the user's netrc
This commit is contained in:
parent
b0959fcf38
commit
b6309a9e12
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
nix.settings.netrc-file = "${config.xdg.configHome}/nix/netrc";
|
||||
home.packages = [ cfg.package ];
|
||||
systemd.user.services.nix-cache-login = {
|
||||
Unit.Description = "Nix cache login - refresh access token";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue