move stuff out of /sys/profiles/*/default.nix

This commit is contained in:
xunuwu 2025-06-06 11:43:27 +02:00
parent 7f28811aea
commit 8e45ad0537
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 10 additions and 13 deletions

View file

@ -0,0 +1,3 @@
{
services.dbus.implementation = "broker";
}

View file

@ -1,10 +0,0 @@
{
services = {
dbus.implementation = "broker";
psd = {
enable = true;
resyncTimer = "10m";
};
};
}

View file

@ -0,0 +1,3 @@
{
services.psd.enable = true;
}