mirror of
https://github.com/Noratrieb/vps.git
synced 2026-07-12 08:17:45 +02:00
minipc
This commit is contained in:
parent
131a282338
commit
9dd5ae6698
44 changed files with 353 additions and 79 deletions
6
nix/modules/nas-mount/default.nix
Normal file
6
nix/modules/nas-mount/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
fileSystems."/mnt/nas" = {
|
||||
device = "nas:/volume1/homes";
|
||||
fsType = "nfs";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue