mount additional disks

This commit is contained in:
Markus Heurung 2024-05-20 17:35:47 +02:00
parent 3b4e682ab4
commit 82b9870fd3

View file

@ -23,6 +23,16 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/storage/family" =
{ device = "/dev/disk/by-uuid/896c11dc-d275-4992-99e6-fddc394a7bf1";
fsType = "xfs";
};
fileSystems."/storage/muhh" =
{ device = "/dev/disk/by-uuid/8b716713-359b-4bac-8951-a35405dccd4c";
fsType = "xfs";
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking