diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-03 08:34:27 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-03 08:34:27 -0800 |
| commit | 1880125b7c35f2823a45baa5b4a8e3f8764729b8 (patch) | |
| tree | c1ca8dabc83cf7c4fc2207ac3208d90ecb78289a /machines/rivendell.nix | |
| parent | fix (diff) | |
| download | infra-1880125b7c35f2823a45baa5b4a8e3f8764729b8.tar.gz | |
simplify wireguard public key settings
Diffstat (limited to 'machines/rivendell.nix')
| -rw-r--r-- | machines/rivendell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix index f1e1dd5..7d51604 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -34,6 +34,8 @@ networking.useDHCP = lib.mkDefault true; systemd.network.wait-online.anyInterface = lib.mkDefault config.networking.useDHCP; + wgPublicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; + services = { website = { enable = true; |
