From 31ab0a3f8e1743415f06dc4db713dc2da672a3c4 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 8 Jan 2024 11:22:55 +0100 Subject: [PATCH] added hdd to desktop config --- devices/desktop/hardware-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devices/desktop/hardware-config.nix b/devices/desktop/hardware-config.nix index 525d0b1..c805605 100644 --- a/devices/desktop/hardware-config.nix +++ b/devices/desktop/hardware-config.nix @@ -18,6 +18,11 @@ 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"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking