nixos/machines/newton/system.nix
2023-11-07 22:49:32 +01:00

7 lines
86 B
Nix

# enabled system services
{ ... }:
{
my.system = {
podman.enable = true;
};
}