nixos-config/system/services/default.nix
2024-02-07 19:05:44 +01:00

10 lines
141 B
Nix

{pkgs, ...}: {
services = {
dbus.implementation = "broker";
psd = {
enable = true;
resyncTimer = "10m";
};
};
}