Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
7 lines
173 B
Nix
7 lines
173 B
Nix
{
|
|
flake.modules.nixos.keith.fileSystems."/home/weckyy702/Documents" = {
|
|
device = "/dev/disk/by-uuid/2d6f2255-eca4-489b-9f0f-6c455cd394fc";
|
|
fsType = "ext4";
|
|
};
|
|
}
|