nixos/systemd: remove a superfluous override

This is already the upstream default.
This commit is contained in:
nikstur 2024-02-28 11:45:38 +01:00
parent 33ca948d6a
commit bd4c49f29b

View file

@ -667,7 +667,6 @@ in
# Don't bother with certain units in containers.
systemd.services.systemd-remount-fs.unitConfig.ConditionVirtualization = "!container";
systemd.services.systemd-random-seed.unitConfig.ConditionVirtualization = "!container";
# Increase numeric PID range (set directly instead of copying a one-line file from systemd)
# https://github.com/systemd/systemd/pull/12226