nichts/nyx/hosts/helios/fs/external.nix

7 lines
134 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
fileSystems."/srv/storage" = {
device = "/dev/disk/by-uuid/19ea8fad-b930-4a48-99e1-04633b2142f8";
fsType = "ext4";
};
}