improve usb disk mounting

This commit is contained in:
notgne2 2025-10-22 03:04:04 -07:00
parent 0b206c52b4
commit fb8f6800a8
No known key found for this signature in database

View file

@ -29,7 +29,8 @@ in {
};
config = mkIf cfg.enable {
services.devmon.enable = lib.mkDefault true;
services.gvfs.enable = lib.mkDefault true;
services.udisks2.enable = lib.mkDefault true;
console = {
earlySetup = lib.mkDefault false;