summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 05:27:35 -0700
committerFuwn <[email protected]>2024-09-23 05:27:35 -0700
commit298cb80d48f3c69997c313b444a43c4e10138d97 (patch)
tree96efd90495a864818ea1071c80fe817e383eaddf /hosts
parentebisu: replace flake editor with zed (diff)
downloadnixos-config-298cb80d48f3c69997c313b444a43c4e10138d97.tar.xz
nixos-config-298cb80d48f3c69997c313b444a43c4e10138d97.zip
server: extraOptions to options
Diffstat (limited to 'hosts')
-rw-r--r--hosts/himeji/options.nix1
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" ];
};
}