added hdd to desktop config

This commit is contained in:
twoneis 2024-01-08 11:22:55 +01:00
parent 6b48f50813
commit 31ab0a3f8e

View file

@ -18,6 +18,11 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/ext" = {
device = "/dev/disk/by-uuid/31608388-1043-47a0-a5da-e92250e821f8";
fsType = "ext4";
};
swapDevices =[ { device = "/dev/disk/by-uuid/b6445ced-1cc2-461f-a81f-6e8409c10f48"; } ]; swapDevices =[ { device = "/dev/disk/by-uuid/b6445ced-1cc2-461f-a81f-6e8409c10f48"; } ];
# 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