Upgrade to 25.05

This commit is contained in:
Amanda Graven 2025-08-15 19:11:04 +02:00
parent 68359e345d
commit 41f68392eb
Signed by: amanda
GPG key ID: F747582C5608F4CB
3 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
{
environment.systemPackages = [ pkgs.tailscale ];
services.tailscale.enable = true;
services.tailscale.enable = false;
# ...

View file

@ -4,7 +4,7 @@
enable = true;
hostName = "cloud.graven.dev";
https = true;
package = pkgs.nextcloud30;
package = pkgs.nextcloud31;
autoUpdateApps.enable = true;
maxUploadSize = "10G";
webfinger = true;

View file

@ -17,22 +17,22 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "11f2d9ea49c3e964315215d6baa73a8d42672f06",
"sha256": "166nv0i8p4lsmyjxx99ldy6srx5v5v8v66awdvil8b3i1wzbhzkn",
"rev": "26ed7a0d4b8741fe1ef1ee6fa64453ca056ce113",
"sha256": "0l2xkflhjyhppiqh4j6gvl3vw9f5pm2656pk73rnikdfy7gg8gbp",
"type": "tarball",
"url": "https://github.com/NixOS/nixos-hardware/archive/11f2d9ea49c3e964315215d6baa73a8d42672f06.tar.gz",
"url": "https://github.com/NixOS/nixos-hardware/archive/26ed7a0d4b8741fe1ef1ee6fa64453ca056ce113.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixos-24.11",
"branch": "nixos-25.05",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"sha256": "1ybhmmb9ph8ki7yicsnnvav4hxlh771zg82y642drsbbjs3f4szp",
"rev": "3385ca0cd7e14c1a1eb80401fe011705ff012323",
"sha256": "11hcc63hbjiq935ldi9sqp5qri5ss3qli2029jxfrqi2796f1vqy",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/f09dede81861f3a83f7f06641ead34f02f37597f.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/3385ca0cd7e14c1a1eb80401fe011705ff012323.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixus": {