Unable to modify desktop services for sysctl tweaks. This happened after I tried reconfiguring my machine. I added: (modify-services %desktop-services (delete gdm-service-type)) (modify-services %desktop-services (sysctl-service-type config => (sysctl-configuration (settings (append '(("fs.file-max" . "500000") ("net.ipv4.ip_forward" . "1") ("fs.inotify.max_user_watches" . "524288")) %default-sysctl-settings)))))
To my desktop home configuration. But. After some time the command exits with a message that's not very helpful: sudo -E guix system reconfigure ./desktop-system-configuration.scm guix system: error: more than one target service 'dbus' I have no other desktop service other than mate-desktop-service-type. This happens with or without deleting the gdm-service-type. I really don't care about dbus, but I need the sysctl corrections, does guix have an "idc" flag for these scenarios? Did I happen to catch a bad commit? Thanks for your time