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
|
@ -42,7 +42,7 @@
|
|||
/hardware/steam-hardware.nix
|
||||
/hardware/bluetooth.nix
|
||||
|
||||
/nix/default.nix # TODO slim this down
|
||||
/nix/nix.nix
|
||||
/nix/gc.nix
|
||||
|
||||
/network/tailscale.nix
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
/core/users.nix
|
||||
/core/ssh.nix
|
||||
/core/locale.nix
|
||||
/nix
|
||||
/programs/zsh.nix
|
||||
/programs/fish.nix
|
||||
/core/tools.nix
|
||||
|
@ -46,6 +45,7 @@
|
|||
# core.docs
|
||||
/core/gvfs.nix
|
||||
|
||||
/nix/nix.nix
|
||||
/nix/gc.nix
|
||||
|
||||
/hardware/graphics.nix
|
||||
|
@ -70,7 +70,8 @@
|
|||
/programs/tools.nix
|
||||
/programs/thunar.nix
|
||||
|
||||
/services
|
||||
/services/psd.nix
|
||||
/services/dbus-broker.nix
|
||||
/services/pipewire.nix
|
||||
/services/podman.nix
|
||||
/services/flatpak.nix
|
||||
|
|
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