nextcloud

This commit is contained in:
2024-11-12 09:10:04 -06:00
parent f1a1e11992
commit 6f9706d8f2
9 changed files with 119 additions and 123 deletions

View File

@@ -88,9 +88,9 @@
networking = {
hostName = "homebox";
nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
nameservers = [ "127.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 9000 ];
firewall.allowedTCPPorts = [ 22 80 443 9000 8080 ];
hosts = {
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];
};
@@ -191,7 +191,13 @@
"authentik/pass" = {};
"authentik/secret_key" = {};
"pihole/pass" = {};
"gitlab/db_pass" = {};
"gitlab/root_pass" = {};
"nextcloud/pass" = {};
};
};
@@ -250,6 +256,8 @@
"blunkall.us".enable = true;
pihole.enable = true;
nextcloud.enable = true;
gitlab.enable = false;
};