feat: add podman to alex
This commit is contained in:
parent
f15e9367c7
commit
9534f8b7fa
2 changed files with 4 additions and 0 deletions
|
@ -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
3
roles/podman.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ config, pkgs, ...}: {
|
||||
virtualisation.podman.enable = true;
|
||||
}
|
Loading…
Reference in a new issue