Wrong place to do stateversion
This commit is contained in:
parent
18208929b0
commit
6faf2bc249
|
@ -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"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue