mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 17:20:53 +02:00
added attic pkg
This commit is contained in:
parent
daea3a95d2
commit
7e3bf783f9
1 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
environment.systemPackages = [ pkgs.tailscale pkgs.attic ];
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
|
@ -84,8 +84,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "julien@malka.sh";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue