1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Automatically mount USBs

This commit is contained in:
RGBCube 2024-01-12 14:26:23 +03:00
parent 637b64669a
commit 3e2a728ec4
No known key found for this signature in database

View file

@ -15,6 +15,12 @@ systemConfiguration {
"xhci_pci"
];
services = {
devmon = enabled {};
gvfs = enabled {};
udisks2 = enabled {};
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/cc473c12-94a9-4399-a0ab-f080f9e786f6";
fsType = "ext4";