aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index bd73e3e..ec935bd 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -2,7 +2,7 @@
environment.etc."gitconfig".text = ''
[safe]
- directory = /home/nipsy/www/git/nix/.git
+ directory = /home/nipsy/www/git/nix.git/.git
'';
security.acme = {
@@ -18,7 +18,7 @@
repos = {
nix = {
desc = "a NixOS configuration";
- path = "/home/nipsy/www/git/nix";
+ path = "/home/nipsy/www/git/nix.git";
};
};
settings = {