Implement podman pods option

This commit is contained in:
Tristan Daniël Maat 2021-04-12 01:40:19 +01:00
parent 5e87a5ec0c
commit 2df8a6892c
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 229 additions and 0 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
imports = [ ./virtualisation/pods.nix ];
}