fix: remove config
This commit is contained in:
parent
bb0ad10107
commit
f90aabbddc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
return 200 '${builtins.toJSON data}';
|
||||
'';
|
||||
in {
|
||||
config.networking.domain = "sprechtl.me";
|
||||
networking.domain = "sprechtl.me";
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.postgresql.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue