Files
nixpkgs/nixos/tests
Silvan Mosberger c70a466d21 nixos/systemd: Allow creation of unit directories
This patch allows creation of files like
/etc/systemd/system/user-.slice.d/limits.conf with

    systemd.units."user-.slice.d/limits.conf" = {
      text = ''
        [Slice]
        CPUAccounting=yes
        CPUQuota=50%
      '';
    };

which previously threw an error

Also renames the systemd-unit-path test to sytsemd-misc, and extends it to
test that `systemd.units` can handle directories. In this case we make
sure that resource limits specified in user slices apply.
2022-03-25 17:47:44 +01:00
..
2022-01-29 11:04:47 +01:00
2022-03-15 21:26:46 +01:00
2022-03-03 12:50:15 +01:00
2022-02-25 19:09:29 +10:00
2022-03-20 21:01:03 +01:00
2022-02-07 16:03:58 +00:00
2022-01-17 01:39:27 +01:00
2021-12-10 10:18:31 +01:00
2022-01-27 15:18:45 +01:00
2022-02-14 22:48:32 -03:00
2022-02-11 20:37:39 +09:00
2021-12-07 20:35:50 -06:00
2022-03-03 19:15:10 +13:00
2021-12-23 00:08:43 +01:00
2021-11-05 10:44:25 +01:00
2022-01-19 08:24:02 +01:00
2021-11-13 23:00:20 +01:00
2021-11-30 21:44:11 +01:00
2022-01-14 23:33:23 +01:00
2022-01-09 04:12:55 +01:00
2022-01-22 22:07:14 +01:00
2022-01-30 13:37:20 +01:00
2021-10-30 16:33:38 +02:00
2022-03-22 11:12:14 +01:00
2021-11-16 13:09:02 -03:00
2021-11-19 15:09:53 +01:00
2021-12-07 22:58:22 +01:00
2022-01-03 15:36:56 +01:00
2021-11-09 20:24:05 -08:00
2022-03-22 15:35:39 -07:00
2022-02-03 12:31:36 +01:00
2022-03-07 17:36:21 +01:00
2021-11-03 03:52:42 +01:00
2021-11-04 22:30:45 -07:00
2022-03-09 01:19:10 +01:00
2022-02-26 13:17:37 +01:00
2022-01-25 17:19:49 +01:00
2021-10-10 14:05:33 -07:00
2021-12-06 17:27:20 +01:00
2021-12-13 14:42:19 -05:00
2022-01-17 10:24:38 +11:00
2021-12-06 21:08:19 +01:00
2021-12-08 16:44:16 +03:00
2021-10-19 19:11:02 +11:00
2022-02-27 08:38:55 +02:00
2022-02-12 02:11:34 +01:00
2021-11-13 12:40:47 +01:00
2022-02-01 12:55:29 +01:00
2022-02-03 20:37:27 +01:00
2021-12-16 04:09:07 +01:00
2022-01-11 10:11:17 +01:00
2022-01-16 16:25:45 -05:00
2022-01-27 01:45:46 +01:00
2021-12-13 14:42:19 -05:00
2022-02-02 20:42:06 +01:00
2021-11-23 15:23:52 +01:00
2022-03-01 11:03:47 +08:00
2022-01-17 17:01:20 +01:00
2022-02-23 10:41:28 -05:00