fix: forgejo settings misplaced
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
Nydragon 2025-01-31 16:14:04 +01:00
parent 2de14534fd
commit 8a67b5c85f
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -25,7 +25,6 @@ in
"debian-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://node:18-bullseye"
];
};
settings = {
runner = {
@ -43,6 +42,7 @@ in
};
};
};
};
virtualisation.docker.enable = true;
};