diff options
| author | Fuwn <[email protected]> | 2025-02-22 10:51:04 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 10:51:04 -0800 |
| commit | 3c00292a61f17fde09bb86e2eff10a8d82548393 (patch) | |
| tree | 640c3dc3401d5b64b8eb672594fbd3a50dcf7490 /hosts/himeji/configuration.nix | |
| parent | Nara: Remove broken MAS app (diff) | |
| download | nixos-config-3c00292a61f17fde09bb86e2eff10a8d82548393.tar.xz nixos-config-3c00292a61f17fde09bb86e2eff10a8d82548393.zip | |
Himeji: Bump Locus tag
Diffstat (limited to 'hosts/himeji/configuration.nix')
| -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..c20d88b 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -19,7 +19,7 @@ engine = "podman"; extraOptions = [ - "--restart=on-failure" + "--restart=always" "--pull=newer" ]; }; |