10 lines
135 B
Nix
10 lines
135 B
Nix
{...}: {
|
|
services = {
|
|
dbus.implementation = "broker";
|
|
|
|
psd = {
|
|
enable = true;
|
|
resyncTimer = "10m";
|
|
};
|
|
};
|
|
}
|