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 | |
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
-rw-r--r-- | hosts/home.nix | 3 | ||||
-rw-r--r-- | secrets/default.nix | bin | 1105 -> 1034 bytes |
2 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 = { diff --git a/secrets/default.nix b/secrets/default.nix index 1db3724..a8eed17 100644 --- a/secrets/default.nix +++ b/secrets/default.nix Binary files differ |