Compare commits
9 Commits
590eb0286e
...
aef1677b9a
Author | SHA1 | Date |
---|---|---|
coolneng | aef1677b9a | |
coolneng | 539a37d159 | |
coolneng | 035dcb8466 | |
coolneng | c0c77c2c96 | |
coolneng | c89c1d69b6 | |
coolneng | cad9dfa8d7 | |
coolneng | b96d37cfc2 | |
coolneng | 49f2d69267 | |
coolneng | 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