about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix3
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 = {