mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
9 lines
183 B
Nix
9 lines
183 B
Nix
_: {
|
|
flake.nixosModules.hdd = {
|
|
fileSystems."/home/tomasr/hdd" = {
|
|
device = "/dev/disk/by-uuid/cbe24588-e04f-4ffc-ba44-6fe6ec6d6850";
|
|
fsType = "ext4";
|
|
};
|
|
};
|
|
}
|