update misc config
This commit is contained in:
parent
e0f956950a
commit
b0ba87b8c2
3 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./zerforschen-plus.nix ];
|
||||
imports = [ ./nginx.nix ];
|
||||
|
||||
config = {
|
||||
nix.settings.extra-platforms = [
|
||||
|
@ -37,6 +37,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8776 ];
|
||||
networking.firewall.allowedTCPPorts = [ 8776 1337 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue