Added QUEMU Guest Agent, and enabled Forgejo Runner
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
kB01 2025-01-09 23:00:25 +01:00
parent 850e904d22
commit a6b23717ae
No known key found for this signature in database

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?
}