feat: import array too

This commit is contained in:
Ahwx 2026-03-17 23:39:58 +01:00
parent 4be3d256a1
commit 647df088fa

View file

@ -32,6 +32,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/mnt/array" = {
device = "/dev/disk/by-uuid/c503088f-95aa-4bb0-85eb-d1de1e0158d0";
fsType = "ext4";
};
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