Make nfs enabled by default for fileservers

This commit is contained in:
Jonas Juselius
2020-12-02 12:46:23 +01:00
parent 6b259956ff
commit b044fc0800
2 changed files with 3 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ in {
inherit customize;
cluster = mkMerge [
{ fs.nfs.enable = mkDefault true; }
cfg
{
hostName = host.name;