This commit is contained in:
Chris Kruining 2024-07-23 22:34:30 +02:00
parent e01ffa4cec
commit becdaee408
8 changed files with 276 additions and 18 deletions

View file

@ -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;