desktop: auto mount hdd

This commit is contained in:
2026-06-07 12:11:24 +02:00
parent 8efd8a30bf
commit a5d93f6ce1
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
_: {
flake.nixosModules.hdd = {
fileSystems."/home/tomasr/hdd" = {
device = "/dev/disk/by-uuid/cbe24588-e04f-4ffc-ba44-6fe6ec6d6850";
fsType = "ext4";
};
};
}
+1
View File
@@ -28,6 +28,7 @@
disk # this only installs some disk utilities. disko will format the drives
fonts
hardware-configuration-desktop
hdd
hyprland
IO
#kdrive-desktop # we will setup this later