From 97028002d3d84885d6cada4ad0e298c284d6ea5f Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 30 Sep 2022 17:53:25 -0400 Subject: [PATCH] Add more NixOS services --- startup/unexpected-active-systemd-units.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/startup/unexpected-active-systemd-units.sql b/startup/unexpected-active-systemd-units.sql index 5c93172..b7fdf7e 100644 --- a/startup/unexpected-active-systemd-units.sql +++ b/startup/unexpected-active-systemd-units.sql @@ -219,6 +219,7 @@ WHERE "shadow.service,Verify integrity of password and group files,,300", "shadow.timer,Daily verification of password and group files,,100", "sleep.target,Sleep,,400", + "-.slice,Root Slice,,0", "slices.target,Slice Units,,400", "smartcard.target,Smart Card,,400", "snapd.apparmor.service,Load AppArmor profiles managed internally by snapd,,800", @@ -300,6 +301,8 @@ WHERE "systemd-user-sessions.service,Permit User Sessions,,600", "systemd-user-sessions.service,Permit User Sessions,,700", "systemd-vconsole-setup.service,Setup Virtual Console,,600", + "systemd-vconsole-setup.service,Setup Virtual Console,,700", + "system.slice,System Slice,,0", "tailscaled.service,Tailscale node agent,,600", "tailscaled.service,Tailscale node agent,,700", "timers.target,Timer Units,,400",