Update everything to unstable/24.05

This commit is contained in:
Lillian Violet 2024-01-06 16:14:46 +01:00
parent 7803e299cf
commit d6eb8a9f5f
6 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@
pkgs,
...
}: {
system.stateVersion = "23.11";
system.stateVersion = "unstable";
networking.firewall.allowedTCPPorts = [6969];
users.users = {
aria2.extraGroups = ["jellyfin" "nextcloud"];