mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-05 13:26:51 +02:00
I guess i forgot to add networking
This commit is contained in:
parent
f358915432
commit
d022103d82
18 changed files with 528 additions and 77 deletions
8
networking/networkSetup.nix
Normal file
8
networking/networkSetup.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ... } : {
|
||||
services.caddy.enable = true;
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "zhen@deprived.dev";
|
||||
networking.firewall.enable = false;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue