Add zfs drive to mount

This commit is contained in:
Johannes Jöns 2023-10-11 21:30:06 +02:00
parent c7d1a89080
commit c358cb2c09

View file

@ -25,8 +25,6 @@
zramSwap.enable = true;
boot.supportedFilesystems = ["zfs"];
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/99a47ace-7e69-4520-b914-d4fe5b31dc79";
@ -46,6 +44,10 @@
fsType = "ntfs";
options = [ "rw" "uid=1000"];
};
"/media/zfs" = {
device = "jopejoe1";
fsType = "zfs";
};
};
swapDevices = [ ];