about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-04-04 01:14:48 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-04-04 01:14:48 +0200
commit2758e90fc5e99359d35607492c2aacc5c40fce73 (patch)
treeb05311dad4fdb976ecbf20631df6644142900078
parentHosts: Add .gitcookies file (diff)
downloadnixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.tar.gz
nixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.tar.bz2
nixos-config-2758e90fc5e99359d35607492c2aacc5c40fce73.zip
Home: Move gitcookies to netrc
-rw-r--r--hosts/home.nix3
-rw-r--r--secrets/default.nixbin1105 -> 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