This commit is contained in:
parent
c9892f2e5c
commit
3b35135879
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
modules = {
|
||||
server.rustypaste = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,6 +12,8 @@ let
|
|||
in
|
||||
{
|
||||
config = mkIf cfg.enable {
|
||||
virtualisation.docker.autoPrune.enable = true;
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue