Compare commits
9 Commits
aef1677b9a
...
590eb0286e
Author | SHA1 | Date |
---|---|---|
coolneng | 590eb0286e | |
coolneng | 8b22d91e5b | |
coolneng | f9e4d45c21 | |
coolneng | 7083b288f5 | |
coolneng | 220b862eb3 | |
coolneng | 65267340b4 | |
coolneng | a23c940deb | |
coolneng | 3ef99fee1d | |
coolneng | ff58df1fa2 |
|
@ -23,19 +23,14 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/sdcard" =
|
|
||||||
{ device = "systemd-1";
|
|
||||||
fsType = "autofs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/ugent" =
|
fileSystems."/ugent" =
|
||||||
{ device = "systemd-1";
|
{ device = "systemd-1";
|
||||||
fsType = "autofs";
|
fsType = "autofs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/usb" =
|
fileSystems."/tmp" =
|
||||||
{ device = "systemd-1";
|
{ device = "syscea/ephemeral/tmp";
|
||||||
fsType = "autofs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home/coolneng" =
|
fileSystems."/home/coolneng" =
|
||||||
|
@ -43,11 +38,6 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/tmp" =
|
|
||||||
{ device = "syscea/ephemeral/tmp";
|
|
||||||
fsType = "zfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/home/coolneng/Downloads" =
|
fileSystems."/home/coolneng/Downloads" =
|
||||||
{ device = "syscea/stateful/home/downloads";
|
{ device = "syscea/stateful/home/downloads";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
|
Loading…
Reference in New Issue