diff options
| author | Fuwn <[email protected]> | 2024-09-23 05:27:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 05:27:35 -0700 |
| commit | 298cb80d48f3c69997c313b444a43c4e10138d97 (patch) | |
| tree | 96efd90495a864818ea1071c80fe817e383eaddf /hosts | |
| parent | ebisu: replace flake editor with zed (diff) | |
| download | nixos-config-298cb80d48f3c69997c313b444a43c4e10138d97.tar.xz nixos-config-298cb80d48f3c69997c313b444a43c4e10138d97.zip | |
server: extraOptions to options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/himeji/options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/himeji/options.nix b/hosts/himeji/options.nix index ed067da..fd2edb9 100644 --- a/hosts/himeji/options.nix +++ b/hosts/himeji/options.nix @@ -2,5 +2,6 @@ config.modules = { nix.extend = false; server.containerEngine = "podman"; + containers.extraOptions = [ "--restart=on-failure" ]; }; } |