mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
desktop: auto mount hdd
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
_: {
|
||||||
|
flake.nixosModules.hdd = {
|
||||||
|
fileSystems."/home/tomasr/hdd" = {
|
||||||
|
device = "/dev/disk/by-uuid/cbe24588-e04f-4ffc-ba44-6fe6ec6d6850";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
disk # this only installs some disk utilities. disko will format the drives
|
disk # this only installs some disk utilities. disko will format the drives
|
||||||
fonts
|
fonts
|
||||||
hardware-configuration-desktop
|
hardware-configuration-desktop
|
||||||
|
hdd
|
||||||
hyprland
|
hyprland
|
||||||
IO
|
IO
|
||||||
#kdrive-desktop # we will setup this later
|
#kdrive-desktop # we will setup this later
|
||||||
|
|||||||
Reference in New Issue
Block a user