enable devices and remove unneeded

This commit is contained in:
notgne2 2023-04-13 13:30:27 -07:00
parent 3f8d1009aa
commit 7fa9d6c8ba
No known key found for this signature in database
3 changed files with 5 additions and 18 deletions

View file

@ -29,8 +29,7 @@ in {
};
config = mkIf cfg.enable {
# until https://github.com/NixOS/nixpkgs/pull/199784 is merged
systemd.services.plymouth-start.restartIfChanged = false;
services.devmon.enable = lib.mkDefault true;
console = {
earlySetup = lib.mkDefault false;