mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added QUEMU Guest Agent, and enabled Forgejo Runner
Some checks failed
/ Check Nix Flake (push) Has been cancelled
Some checks failed
/ Check Nix Flake (push) Has been cancelled
This commit is contained in:
parent
850e904d22
commit
a6b23717ae
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue