Add the media share

This commit is contained in:
Andreas Zweili 2022-10-17 21:58:03 +02:00
parent dfd005d76a
commit e4cfa30145
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
fileSystems."/mnt/media" = {
device = "10.7.89.108:media";
fsType = "nfs";
options = [ "noatime" "hard" "nfsvers=4.0" ];
};
}

View File

@ -9,6 +9,7 @@
time = "03:30"; inherit custom hostname inputs pkgs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/media-share"
"${inputs.self}/modules/plex"
];
}