nixos/machines/newton/system.nix
2023-11-07 23:19:48 +01:00

7 lines
80 B
Nix

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