mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 10:24:39 +02:00
6 lines
80 B
Nix
6 lines
80 B
Nix
# enabled system services
|
|
_: {
|
|
my.system = {
|
|
podman.enable = true;
|
|
};
|
|
}
|