mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Automatically mount USBs
This commit is contained in:
parent
637b64669a
commit
3e2a728ec4
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ systemConfiguration {
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services = {
|
||||||
|
devmon = enabled {};
|
||||||
|
gvfs = enabled {};
|
||||||
|
udisks2 = enabled {};
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/cc473c12-94a9-4399-a0ab-f080f9e786f6";
|
device = "/dev/disk/by-uuid/cc473c12-94a9-4399-a0ab-f080f9e786f6";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue