Wrong place to do stateversion

This commit is contained in:
Lillian-Violet 2024-01-04 22:34:03 +01:00
parent de915349c7
commit 94031ebc5a

View file

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