about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 69b3a28..536d756 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -138,6 +138,7 @@
           smtpuser = "manuelpalenzuelamerino@gmail.com";
           smtpPass = secrets.email."manuelpalenzuelamerino@gmail.com".password;
         };
+	http.cookiefile = "/home/${user}/.gitcookies";
       };
     };
 
@@ -360,6 +361,8 @@
     ".Xresources".source = "${dotfiles}/.Xresources";
 
     ".scripts/".source = "${dotfiles}/scripts/";
+
+    ".gitcookies".text = secrets.git.cookies;
   };
 
   home.file = {