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