7 lines
134 B
Nix
7 lines
134 B
Nix
|
{
|
||
|
fileSystems."/srv/storage" = {
|
||
|
device = "/dev/disk/by-uuid/19ea8fad-b930-4a48-99e1-04633b2142f8";
|
||
|
fsType = "ext4";
|
||
|
};
|
||
|
}
|