Merge pull request #199004 from SuperSandro2000/vmware-guest-xserver

This commit is contained in:
Sandro 2022-11-01 22:58:46 +01:00 committed by GitHub
commit b9f986fb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,8 @@ in
enable = mkEnableOption (lib.mdDoc "VMWare Guest Support");
headless = mkOption {
type = types.bool;
default = false;
default = !config.services.xserver.enable;
defaultText = "!config.services.xserver.enable";
description = lib.mdDoc "Whether to disable X11-related features.";
};
};