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