diff options
Diffstat (limited to 'hosts/himeji/options.nix')
| -rw-r--r-- | hosts/himeji/options.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/himeji/options.nix b/hosts/himeji/options.nix index d8e2298..ed067da 100644 --- a/hosts/himeji/options.nix +++ b/hosts/himeji/options.nix @@ -1 +1,6 @@ -{ config.modules.nix.extend = false; } +{ + config.modules = { + nix.extend = false; + server.containerEngine = "podman"; + }; +} |