servers now have an unique toggle for nginx
This commit is contained in:
@@ -40,10 +40,7 @@ in {
|
||||
];
|
||||
}];
|
||||
};
|
||||
nginx = {
|
||||
enable = true;
|
||||
virtualHosts."home.${config.my.domain}" = proxyReverse port // { };
|
||||
};
|
||||
nginx.virtualHosts."home.${config.my.domain}" = proxyReverse port // { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user