diff --git a/hosts/common/extraServices/podman.nix b/hosts/common/extraServices/podman.nix index d3fc4f0..77703f5 100644 --- a/hosts/common/extraServices/podman.nix +++ b/hosts/common/extraServices/podman.nix @@ -14,6 +14,7 @@ in { podman = { enable = true; dockerCompat = true; + dockerSocket.enable = true; autoPrune = { enable = true; dates = "weekly"; diff --git a/hosts/m3-kratos/services/wireguard.nix b/hosts/m3-kratos/services/wireguard.nix index b98e312..b52b822 100644 --- a/hosts/m3-kratos/services/wireguard.nix +++ b/hosts/m3-kratos/services/wireguard.nix @@ -10,7 +10,7 @@ }; NO = { configFile = config.age.secrets.wg-NO.path; - autostart = false; + autostart = true; }; US = { configFile = config.age.secrets.wg-US.path;