mirror of
https://github.com/Noratrieb/vps.git
synced 2026-07-12 08:17:45 +02:00
6 lines
102 B
Nix
6 lines
102 B
Nix
{ ... }: {
|
|
fileSystems."/mnt/nas" = {
|
|
device = "nas:/volume1/homes";
|
|
fsType = "nfs";
|
|
};
|
|
}
|