test
This commit is contained in:
parent
5b2750f0c7
commit
581b972e18
1 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ pkgs, config, ... }: {
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue