Loading nixos/modules/virtualisation/proxmox-lxc.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ with lib; { options.proxmoxLXC = { enable = mkOption { default = true; type = types.bool; description = lib.mdDoc "Whether to enable the Proxmox VE LXC module."; }; privileged = mkOption { type = types.bool; default = false; Loading Loading @@ -35,7 +40,7 @@ with lib; let cfg = config.proxmoxLXC; in { mkIf cfg.enable { system.build.tarball = pkgs.callPackage ../../lib/make-system-tarball.nix { storeContents = [{ object = config.system.build.toplevel; Loading Loading
nixos/modules/virtualisation/proxmox-lxc.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ with lib; { options.proxmoxLXC = { enable = mkOption { default = true; type = types.bool; description = lib.mdDoc "Whether to enable the Proxmox VE LXC module."; }; privileged = mkOption { type = types.bool; default = false; Loading Loading @@ -35,7 +40,7 @@ with lib; let cfg = config.proxmoxLXC; in { mkIf cfg.enable { system.build.tarball = pkgs.callPackage ../../lib/make-system-tarball.nix { storeContents = [{ object = config.system.build.toplevel; Loading