nixos/machines/newton/system.nix
2024-07-28 21:08:02 +02:00

6 lines
80 B
Nix

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