Wrong place to do stateversion

This commit is contained in:
Lillian Violet 2024-01-04 22:34:03 +01:00
parent 18208929b0
commit 6faf2bc249

View file

@ -10,7 +10,6 @@
sops.secrets."wg-private".mode = "0440";
sops.secrets."wg-private".owner = config.users.users.aria2.name;
containers.aria2 = {
system.stateVersion = "23.11";
forwardPorts = [
{
hostPort = 6969;
@ -36,6 +35,7 @@
pkgs,
...
}: {
system.stateVersion = "23.11";
users.users = {
aria2.extraGroups = ["jellyfin" "nextcloud"];
};