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