aboutsummaryrefslogtreecommitdiff
path: root/machines/rivendell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/rivendell.nix')
-rw-r--r--machines/rivendell.nix2
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;