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