initial commit
This commit is contained in:
commit
95085a0d24
16 changed files with 294 additions and 0 deletions
13
hosts/physique/hyponix/services/default.nix
Normal file
13
hosts/physique/hyponix/services/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./fail2ban.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue