feat: add podman to alex

This commit is contained in:
Ashhhleyyy 2023-10-12 20:36:26 +01:00
parent f15e9367c7
commit 9534f8b7fa
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@
../../common/generic-uefi.nix
../../common/tailscale.nix
../../common/tpm.nix
../../roles/podman.nix
./hardware-config.nix
];

3
roles/podman.nix Normal file
View file

@ -0,0 +1,3 @@
{ config, pkgs, ...}: {
virtualisation.podman.enable = true;
}