summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-20 06:48:10 -0700
committerFuwn <[email protected]>2024-09-20 06:48:10 -0700
commitb11667a8b0335709f5a3ac73c89b967bd8e352e9 (patch)
treed6332afcaf4d8eb11dbe096b9012b11f9eac748b /hosts
parentjust: ensure git add (diff)
downloadnixos-config-b11667a8b0335709f5a3ac73c89b967bd8e352e9.tar.xz
nixos-config-b11667a8b0335709f5a3ac73c89b967bd8e352e9.zip
server: restrict open ports
Diffstat (limited to 'hosts')
-rw-r--r--hosts/himeji/options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/himeji/options.nix b/hosts/himeji/options.nix
index ed067da..59d5ae8 100644
--- a/hosts/himeji/options.nix
+++ b/hosts/himeji/options.nix
@@ -1,6 +1,6 @@
{
config.modules = {
nix.extend = false;
- server.containerEngine = "podman";
+ server.containerEngine = "docker";
};
}