David Crompton 2023-08-01 10:36:10 -04:00
parent 83463159f7
commit d4c65d3923
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
virtualization = { virtualisation = {
podman = { podman = {
enable = true; enable = true;
}; };