feat(homebox01): init #8
3 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,7 @@ lib.extra.mkConfig {
|
||||||
"nginx"
|
"nginx"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
networking = {
|
networking = {
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
{ sources, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
services.homebox = {
|
services.homebox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -8,4 +8,3 @@
|
||||||
clientMaxBodySize = "500m";
|
clientMaxBodySize = "500m";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue