diff options
| author | Fuwn <[email protected]> | 2025-05-01 18:14:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-01 18:14:49 -0700 |
| commit | b121981eb7ef7e1df98c97b03a511bf457cf7668 (patch) | |
| tree | ab4bfec3b10630fc72ab1d6ca267f0b8853fd2cc /hosts | |
| parent | Nara: Add HTTPie Desktop and CLI (diff) | |
| download | nixos-config-b121981eb7ef7e1df98c97b03a511bf457cf7668.tar.xz nixos-config-b121981eb7ef7e1df98c97b03a511bf457cf7668.zip | |
Himeji: Properly configure Anubis for September
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 c20d88b..39d4f09 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -19,7 +19,7 @@ engine = "podman"; extraOptions = [ - "--restart=always" + "--restart=on-failure" "--pull=newer" ]; }; |