diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-04-04 01:14:48 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-04-04 01:14:48 +0200 |
commit | 2758e90fc5e99359d35607492c2aacc5c40fce73 (patch) | |
tree | b05311dad4fdb976ecbf20631df6644142900078 /hosts/home.nix | |
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/home.nix')
-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 = "manuelpalenzuelamerino@gmail.com"; smtpPass = secrets.email."manuelpalenzuelamerino@gmail.com".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 = { |