tywin: mount d6
All checks were successful
flake / flake (push) Successful in 1m14s

This commit is contained in:
Jake Hillion 2024-07-17 22:19:41 +01:00
parent bbab551b0f
commit 0edb8394c8

View File

@ -67,6 +67,12 @@
fsType = "btrfs"; fsType = "btrfs";
}; };
fileSystems."/mnt/d6" =
{
device = "/dev/disk/by-uuid/b461e07d-39ab-46b4-b1d1-14c2e0791915";
fsType = "btrfs";
};
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