tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: oops
devins.page
1 month ago
27a1ce00
74ee7aed
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
modules
caddy.nix
+1
-1
hosts/bluepill-proxy/modules/caddy.nix
···
1
-
{...}: {
2
networking.firewall = {
3
enable = true;
4
allowedTCPPorts = [80 443];
···
1
+
{pkgs, ...}: {
2
networking.firewall = {
3
enable = true;
4
allowedTCPPorts = [80 443];