added attic pkg

This commit is contained in:
Luj 2023-05-16 18:15:59 +02:00
parent 9263626c81
commit 98b23169b9

View file

@ -18,7 +18,7 @@
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
environment.systemPackages = [ pkgs.tailscale ]; environment.systemPackages = [ pkgs.tailscale pkgs.attic ];
services.tailscale.enable = true; services.tailscale.enable = true;
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
@ -84,8 +84,6 @@
}; };
}; };
security.acme.acceptTerms = true; security.acme.acceptTerms = true;
security.acme.defaults.email = "julien@malka.sh"; security.acme.defaults.email = "julien@malka.sh";