apply deadnix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2023-05-04 13:06:08 +02:00
parent 349623dda8
commit 3dfe40e4e2
55 changed files with 67 additions and 75 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
_:
{
networking.interfaces.eth0.useDHCP = true;
system.stateVersion = "22.11";
@ -7,7 +7,7 @@
enable = true;
openFirewall = true;
};
virtualisation.podman.enable = true;
virtualisation.oci-containers = {