home-manager/tests/modules/systemd
Olli Helenius e27be9db7b
systemd: avoid creating an empty user.conf
Due to the defaults in `systemd.user.settings`, the default value when
there are no settings explicitly set is `{ Manager = { }; }`. This
means an empty file is created even when `systemd.user.settings` is
never used in home-manager configuration. Since user’s `user.conf` is
preferred to the global `/etc/systemd/user.conf`, this can cause any
values set in the latter to be discarded.
2023-11-11 00:51:53 +01:00
..
default.nix systemd: avoid creating an empty user.conf 2023-11-11 00:51:53 +01:00
empty-user-config.nix systemd: avoid creating an empty user.conf 2023-11-11 00:51:53 +01:00
services-disabled-for-root.nix tests: various minor cleanups 2023-05-13 00:09:52 +02:00
services.nix tests: various minor cleanups 2023-05-13 00:09:52 +02:00
session-variables.nix i18n: Use glibcLocales from NixOS if possible (#2333) (#4177) 2023-07-04 11:28:25 +02:00
slices.nix tests: various minor cleanups 2023-05-13 00:09:52 +02:00
timers-expected.conf systemd: add some basic tests 2019-03-24 15:52:30 +01:00
timers.nix tests: various minor cleanups 2023-05-13 00:09:52 +02:00
user-config.nix systemd: add settings option (#4276) 2023-11-07 07:55:17 -07:00