diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 5bdb8bdac0b5..20748f9c3eb5 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -402,7 +402,6 @@ let # Symlink all units provided listed in systemd.packages. for i in ${toString cfg.packages}; do files=$(echo $i/etc/systemd/${type}/* $i/lib/systemd/${type}/*) - echo $i: $files if [ -n "$files" ]; then ln -s $files $out/ fi