Compare commits
9 Commits
590eb0286e
...
aef1677b9a
Author | SHA1 | Date | |
---|---|---|---|
aef1677b9a | |||
539a37d159 | |||
035dcb8466 | |||
c0c77c2c96 | |||
c89c1d69b6 | |||
cad9dfa8d7 | |||
b96d37cfc2 | |||
49f2d69267 | |||
b618272097 |
@ -23,14 +23,19 @@
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/sdcard" =
|
||||
{ device = "systemd-1";
|
||||
fsType = "autofs";
|
||||
};
|
||||
|
||||
fileSystems."/ugent" =
|
||||
{ device = "systemd-1";
|
||||
fsType = "autofs";
|
||||
};
|
||||
|
||||
fileSystems."/tmp" =
|
||||
{ device = "syscea/ephemeral/tmp";
|
||||
fsType = "zfs";
|
||||
fileSystems."/usb" =
|
||||
{ device = "systemd-1";
|
||||
fsType = "autofs";
|
||||
};
|
||||
|
||||
fileSystems."/home/coolneng" =
|
||||
@ -38,6 +43,11 @@
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/tmp" =
|
||||
{ device = "syscea/ephemeral/tmp";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/home/coolneng/Downloads" =
|
||||
{ device = "syscea/stateful/home/downloads";
|
||||
fsType = "zfs";
|
||||
|
Loading…
Reference in New Issue
Block a user