Update config and option names for modules

This commit is contained in:
Oliver Davies 2025-04-30 03:09:17 +01:00
parent fe508bd127
commit bb9b77e2f8
54 changed files with 122 additions and 120 deletions

View file

@ -3,10 +3,10 @@
with lib;
let
cfg = config.nixosModules.cli.podman;
cfg = config.features.cli.podman;
in
{
options.nixosModules.cli.podman.enable = mkEnableOption "Enable podman";
options.features.cli.podman.enable = mkEnableOption "Enable podman";
config = mkIf cfg.enable {
virtualisation = {