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";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/sdcard" =
|
||||||
|
{ device = "systemd-1";
|
||||||
|
fsType = "autofs";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/ugent" =
|
fileSystems."/ugent" =
|
||||||
{ device = "systemd-1";
|
{ device = "systemd-1";
|
||||||
fsType = "autofs";
|
fsType = "autofs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/tmp" =
|
fileSystems."/usb" =
|
||||||
{ device = "syscea/ephemeral/tmp";
|
{ device = "systemd-1";
|
||||||
fsType = "zfs";
|
fsType = "autofs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home/coolneng" =
|
fileSystems."/home/coolneng" =
|
||||||
|
@ -38,6 +43,11 @@
|
||||||
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