services: Disable systemd service linking

I have not used (most) of these services in a long time. This makes the
unlinking more official. Also paves the way for setting up simple
runit-managed user services.
This commit is contained in:
Marty Oehme 2025-02-24 15:43:45 +01:00
parent 1568ca0534
commit aca7b60855
Signed by: Marty
GPG key ID: 4E535BC19C61886E
18 changed files with 2 additions and 0 deletions

View file

@ -64,6 +64,8 @@ office = "~"
[services.files]
"services/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
# FIXME: Disabling existing systemd services for the moment
"services/systemd" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
services = "~"
[social.files]