Add NFS mount for library
This commit is contained in:
@ -43,6 +43,10 @@ with lib.my;
|
||||
};
|
||||
};
|
||||
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9001;
|
||||
|
Reference in New Issue
Block a user