move stuff out of /sys/profiles/*/default.nix
This commit is contained in:
parent
7f28811aea
commit
8e45ad0537
6 changed files with 10 additions and 13 deletions
3
sys/profiles/services/dbus-broker.nix
Normal file
3
sys/profiles/services/dbus-broker.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.dbus.implementation = "broker";
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
services = {
|
||||
dbus.implementation = "broker";
|
||||
|
||||
psd = {
|
||||
enable = true;
|
||||
resyncTimer = "10m";
|
||||
};
|
||||
};
|
||||
}
|
3
sys/profiles/services/psd.nix
Normal file
3
sys/profiles/services/psd.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.psd.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue