.
This commit is contained in:
parent
e01ffa4cec
commit
becdaee408
8 changed files with 276 additions and 18 deletions
|
@ -12,7 +12,7 @@ in
|
|||
enable = mkEnableOption "enable podman";
|
||||
};
|
||||
|
||||
config = mkIf options.modules.virtualisation.podman.enable {
|
||||
config = mkIf config.modules.virtualisation.podman.enable {
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue