universe/host/services/resolved.nix
2025-03-14 16:40:36 +00:00

4 lines
46 B
Nix

{...}: {
services.resolved.enable = true;
}