Add NFS mount for library

This commit is contained in:
2024-01-21 15:55:16 +00:00
parent 2f3624a6b8
commit 2b69b34706
2 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,10 @@ with lib.my;
};
};
services.nfs.server = {
enable = true;
};
services.prometheus = {
enable = true;
port = 9001;