nixos/machines/newton/system.nix

8 lines
86 B
Nix
Raw Normal View History

2022-12-05 22:53:04 +01:00
# enabled system services
2023-11-07 22:00:00 +01:00
{ ... }:
2022-12-05 22:53:04 +01:00
{
my.system = {
podman.enable = true;
};
}