diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-20 00:23:51 +0300 |
commit | e7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch) | |
tree | c6fb9caae84c39b714e0267d83b0d98d849ad481 /modules/nixfiles/podman.nix | |
parent | 2022-08-17 (diff) |
2022-08-20
Diffstat (limited to 'modules/nixfiles/podman.nix')
-rw-r--r-- | modules/nixfiles/podman.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/nixfiles/podman.nix b/modules/nixfiles/podman.nix index ee9d4cb..1c5378b 100644 --- a/modules/nixfiles/podman.nix +++ b/modules/nixfiles/podman.nix @@ -8,8 +8,7 @@ with lib; let cfg = config.nixfiles.modules.podman; in { - options.nixfiles.modules.podman.enable = - mkEnableOption "Whether to enable Podman."; + options.nixfiles.modules.podman.enable = mkEnableOption "Podman"; config = mkIf cfg.enable { assertions = [ |