diff options
| author | Fuwn <[email protected]> | 2025-06-02 05:37:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-02 05:37:10 -0700 |
| commit | 9f4d897d3dc3b015968de4e253d9a23a0275b697 (patch) | |
| tree | 279cc0fe13795a9972fe79fbe3aebe388ee3e828 /hosts | |
| parent | Nara: Add Marta cask (diff) | |
| download | nixos-config-9f4d897d3dc3b015968de4e253d9a23a0275b697.tar.xz nixos-config-9f4d897d3dc3b015968de4e253d9a23a0275b697.zip | |
Himeji: Drop Podman for Docker
Diffstat (limited to 'hosts')
| -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" |