Compare commits
9 Commits
aef1677b9a
...
590eb0286e
| Author | SHA1 | Date | |
|---|---|---|---|
|
590eb0286e
|
|||
|
8b22d91e5b
|
|||
|
f9e4d45c21
|
|||
|
7083b288f5
|
|||
|
220b862eb3
|
|||
|
65267340b4
|
|||
|
a23c940deb
|
|||
|
3ef99fee1d
|
|||
|
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user