From 6b820ecfab44378d05b2f0ea5996c25876d56acb Mon Sep 17 00:00:00 2001 From: Et7f3 Date: Sat, 2 Jul 2022 11:56:53 -0400 Subject: [PATCH] nixos: systemd: add missing sliceToUnit (#179841) Seem to be omitted in https://github.com/NixOS/nixpkgs/commit/022b4209a398b0648e4d5e2bead42ad9662ad764#diff-5ea4693beb4bdd8f7efcdd3204ceea67c86f59b3d1c28cde063ddf03e1d20fbfL29. --- nixos/modules/system/boot/systemd/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd/user.nix b/nixos/modules/system/boot/systemd/user.nix index 4951aef95584..0b1e6277c2f5 100644 --- a/nixos/modules/system/boot/systemd/user.nix +++ b/nixos/modules/system/boot/systemd/user.nix @@ -14,6 +14,7 @@ let generateUnits targetToUnit serviceToUnit + sliceToUnit socketToUnit timerToUnit pathToUnit;