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