diff options
| author | Fuwn <[email protected]> | 2024-09-20 06:48:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-20 06:48:10 -0700 |
| commit | b11667a8b0335709f5a3ac73c89b967bd8e352e9 (patch) | |
| tree | d6332afcaf4d8eb11dbe096b9012b11f9eac748b /hosts | |
| parent | just: ensure git add (diff) | |
| download | nixos-config-b11667a8b0335709f5a3ac73c89b967bd8e352e9.tar.xz nixos-config-b11667a8b0335709f5a3ac73c89b967bd8e352e9.zip | |
server: restrict open ports
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/himeji/options.nix | 2 |
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"; }; } |