diff options
| author | Baitinq <[email protected]> | 2023-04-04 01:14:48 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-04-04 01:14:48 +0200 |
| commit | 2758e90fc5e99359d35607492c2aacc5c40fce73 (patch) | |
| tree | b05311dad4fdb976ecbf20631df6644142900078 /hosts | |
| parent | Hosts: Add .gitcookies file (diff) | |
| download | nixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.tar.gz nixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.tar.bz2 nixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.zip | |
Home: Move gitcookies to netrc
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 536d756..a2a6fc0 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -138,7 +138,6 @@ smtpuser = "[email protected]"; smtpPass = secrets.email."[email protected]".password; }; - http.cookiefile = "/home/${user}/.gitcookies"; }; }; @@ -362,7 +361,7 @@ ".scripts/".source = "${dotfiles}/scripts/"; - ".gitcookies".text = secrets.git.cookies; + ".netrc".text = secrets.netrc; }; home.file = { |