nichts/nyx/hosts/helios/fs/external.nix
2024-04-09 23:11:33 +02:00

6 lines
134 B
Nix

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