Loading nixos/modules/services/backup/borgmatic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ in type = types.attrsOf cfgType; }; enableConfigCheck = mkEnableOption (lib.mdDoc "checking all configurations during build time") // { default = true; }; enableConfigCheck = mkEnableOption "checking all configurations during build time" // { default = true; }; }; config = Loading nixos/modules/virtualisation/proxmox-lxc.nix +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ with lib; enable = mkOption { default = true; type = types.bool; description = lib.mdDoc "Whether to enable the Proxmox VE LXC module."; description = "Whether to enable the Proxmox VE LXC module."; }; privileged = mkOption { type = types.bool; Loading Loading
nixos/modules/services/backup/borgmatic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ in type = types.attrsOf cfgType; }; enableConfigCheck = mkEnableOption (lib.mdDoc "checking all configurations during build time") // { default = true; }; enableConfigCheck = mkEnableOption "checking all configurations during build time" // { default = true; }; }; config = Loading
nixos/modules/virtualisation/proxmox-lxc.nix +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ with lib; enable = mkOption { default = true; type = types.bool; description = lib.mdDoc "Whether to enable the Proxmox VE LXC module."; description = "Whether to enable the Proxmox VE LXC module."; }; privileged = mkOption { type = types.bool; Loading