about summary refs log tree commit diff
path: root/modules/nixfiles/podman.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
commite7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch)
treec6fb9caae84c39b714e0267d83b0d98d849ad481 /modules/nixfiles/podman.nix
parent2022-08-17 (diff)
2022-08-20
Diffstat (limited to 'modules/nixfiles/podman.nix')
-rw-r--r--modules/nixfiles/podman.nix3
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 = [

Consider giving Nix/NixOS a try! <3