fix: kernel uses no/yes not true/false
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
UID16 = lib.mkForce no;
|
||||
X86_X32_ABI = lib.mkForce no;
|
||||
|
||||
VT = lib.mkForce (!config.services.kmscon.enable);
|
||||
VT = lib.mkForce (if config.services.kmscon.enable then no else yes);
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user