nextcloud
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user