feat: upgrade to 24.11
This commit is contained in:
parent
804252f853
commit
48f8497118
7 changed files with 17 additions and 19 deletions
|
|
@ -99,7 +99,7 @@
|
|||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedTCPPorts = [ 53 8080 ];
|
||||
allowedUDPPorts = [
|
||||
53
|
||||
67
|
||||
|
|
|
|||
|
|
@ -6,11 +6,8 @@
|
|||
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
use = "web, web=ifconfig.me";
|
||||
extraConfig = ''
|
||||
usev4=webv4, webv4=ifconfig.me
|
||||
usev6=disabled
|
||||
'';
|
||||
usev4 = "webv4, webv4=ifconfig.me";
|
||||
usev6 = "disabled";
|
||||
protocol = "cloudflare";
|
||||
zone = "dryb.org";
|
||||
passwordFile = config.age.secrets.passwords-ddclient-cloudflare.path;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
https = true;
|
||||
hostName = "nextcloud.dryb.org";
|
||||
database.createLocally = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue