do a small amount of refactoring, change versions to 25.11, and make a systemd unit to upgrade nextcloud daily on queen

This commit is contained in:
Lillian Violet 2025-08-25 12:15:58 +02:00
parent 015061c001
commit 9749e5bd55
10 changed files with 81 additions and 52 deletions

View file

@ -383,6 +383,6 @@
services.cage.enable = true;
nixpkgs.config.kodi.enableAdvancedLauncher = true;
system.stateVersion = "25.05";
system.stateVersion = "25.11";
nixpkgs.hostPlatform = lib.mkForce "aarch64-linux";
}