remove gitea module

This commit is contained in:
Andreas Zweili 2022-01-26 19:51:01 +01:00
parent b1dc3afc5c
commit 61f4e1713f
2 changed files with 0 additions and 7 deletions

View File

@ -159,7 +159,6 @@
./home-manager/headless.nix
[
./modules/docker
./modules/gitea
];
plex = mkComputer

View File

@ -1,6 +0,0 @@
{ ... }:
{
networking = {
firewall.allowedTCPPorts = [ 2222 ];
};
}