Add alpheratz backup settings

This commit is contained in:
Ethan Simmons
2024-11-20 12:30:58 -06:00
parent dff2f542ce
commit 3b0395afc5
3 changed files with 20 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
secrets."wireguard/private" = {};
secrets."wireguard/preshared" = {};
secrets."borgbase/nix-alpheratz" = {};
};
environment.systemPackages = with pkgs; [
@@ -64,7 +65,7 @@
listenPort = 51820;
privateKeyFile = "/run/secrets/wireguard/private";
dns = [ "10.0.0.1" ];
autostart = false;
autostart = true;
peers = [
{