diff options
| -rw-r--r-- | hosts/himeji/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/himeji/configuration.nix b/hosts/himeji/configuration.nix index 39d4f09..d4c6044 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -16,7 +16,7 @@ mosh.enable = true; containers = { - engine = "podman"; + engine = "docker"; extraOptions = [ "--restart=on-failure" |