diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-03-29 18:12:52 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-03-30 01:39:20 +0200 |
commit | 6ec15d120d9cec22235cf4fc35c7c087a6266007 (patch) | |
tree | 9757acc9ac31e9633706b8650a3b3cb0ecca840e | |
parent | Update (diff) | |
download | nixos-config-6ec15d120d9cec22235cf4fc35c7c087a6266007.tar.gz nixos-config-6ec15d120d9cec22235cf4fc35c7c087a6266007.tar.bz2 nixos-config-6ec15d120d9cec22235cf4fc35c7c087a6266007.zip |
Hosts: Add .gitcookies file
-rw-r--r-- | hosts/home.nix | 3 | ||||
-rw-r--r-- | secrets/default.nix | bin | 629 -> 1105 bytes |
2 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 = { diff --git a/secrets/default.nix b/secrets/default.nix index b5bddbc..1db3724 100644 --- a/secrets/default.nix +++ b/secrets/default.nix Binary files differ |