mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
8 lines
105 B
Nix
8 lines
105 B
Nix
|
|
# enabled system services
|
||
|
|
_: {
|
||
|
|
my.system = {
|
||
|
|
avahi.enable = true;
|
||
|
|
podman.enable = true;
|
||
|
|
};
|
||
|
|
}
|