From c7fd25bdaef90167d495fda54b56795472b0daf1 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 6 Dec 2024 11:38:52 +0100 Subject: [PATCH] mimir: Fix WireGuard config, secrets file name --- machines/mimir/configuration.nix | 4 ++-- machines/mimir/{secrets.yml => secrets.yaml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename machines/mimir/{secrets.yml => secrets.yaml} (100%) diff --git a/machines/mimir/configuration.nix b/machines/mimir/configuration.nix index 678f275..ea63eb6 100644 --- a/machines/mimir/configuration.nix +++ b/machines/mimir/configuration.nix @@ -296,7 +296,7 @@ AllowedIPs = [ "10.128.0.0/23" ]; - EndPoint = "212.45.34.195:51822"; + Endpoint = "212.45.34.195:51822"; PersistentKeepalive = 25; } ]; @@ -436,7 +436,7 @@ services = { openssh.enable = true; - envfs.enable = true; + envfs.enable = false; cpupower-gui.enable = true; flatpak.enable = true; diff --git a/machines/mimir/secrets.yml b/machines/mimir/secrets.yaml similarity index 100% rename from machines/mimir/secrets.yml rename to machines/mimir/secrets.yaml