Added QUEMU Guest Agent, and enabled Forgejo Runner
Some checks failed
/ Check Nix Flake (push) Failing after 58s
Some checks failed
/ Check Nix Flake (push) Failing after 58s
This commit is contained in:
parent
850e904d22
commit
a6b23717ae
1 changed files with 4 additions and 1 deletions
|
@ -80,11 +80,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Forgejo Runner
|
# Forgejo Runner
|
||||||
services.forgejo-runner.enable = false;
|
services.forgejo-runner.enable = true;
|
||||||
|
|
||||||
# Binary Cache
|
# Binary Cache
|
||||||
services.binary-cache.enable = true;
|
services.binary-cache.enable = true;
|
||||||
|
|
||||||
|
# Enable QUEMU Quest Agent
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
# Do NOT change this value
|
# Do NOT change this value
|
||||||
system.stateVersion = "24.05"; # Did you read the comment?
|
system.stateVersion = "24.05"; # Did you read the comment?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue