Added QUEMU Guest Agent, and enabled Forgejo Runner
Some checks failed
/ Check Nix Flake (push) Failing after 58s

This commit is contained in:
Kaybee 2025-01-09 23:00:25 +01:00
parent 850e904d22
commit a6b23717ae
Signed by: kb01
SSH key fingerprint: SHA256:kF6CmkcOkKRzXK9JFMTQPK6b5gf5tHcJR1n2IS/Bj7M

View file

@ -80,11 +80,14 @@
};
# Forgejo Runner
services.forgejo-runner.enable = false;
services.forgejo-runner.enable = true;
# Binary Cache
services.binary-cache.enable = true;
# Enable QUEMU Quest Agent
services.qemuGuest.enable = true;
# Do NOT change this value
system.stateVersion = "24.05"; # Did you read the comment?
}