about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2024-02-28 11:45:38 +0100
committernikstur <nikstur@outlook.com>2024-02-28 11:45:39 +0100
commitbd4c49f29b77e9d494bf013daf7e31c17ccc92bf (patch)
treed2b8f25c1c3a279f92e0df399f15a9a0db7ac273 /nixos/modules/system/boot
parent33ca948d6a8038cd64c72735b82f8c944982e52c (diff)
nixos/systemd: remove a superfluous override
This is already the upstream default.
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index e29fa49ea23be..1ef323ba14dba 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -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