Move gitea to web-2
This commit is contained in:
hosts/web-2
@@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
../../configuration/common
|
||||
./bubblesort.nix
|
||||
./gitea.nix
|
||||
./ip.nix
|
||||
./meow.nix
|
||||
./radicale.nix
|
||||
@@ -48,6 +49,11 @@
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_12;
|
||||
};
|
||||
|
||||
services.borgbackup.jobs = {
|
||||
main = {
|
||||
paths = [
|
||||
|
Reference in New Issue
Block a user