nixos: systemd: remove unhelpful comments in additionalUpstreamSystemUnits

Co-authored-by: Janne Heß <janne@hess.ooo>
This commit is contained in:
Bob van der Linden 2022-03-20 16:14:13 +01:00 committed by GitHub
parent 6514bb4620
commit 92af44e04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View file

@ -30,7 +30,6 @@ in {
config = {
systemd.additionalUpstreamSystemUnits = [
# Coredumps.
"systemd-coredump.socket"
"systemd-coredump@.service"
];

View file

@ -82,7 +82,6 @@ in {
config = {
systemd.additionalUpstreamSystemUnits = [
# Journal.
"systemd-journald.socket"
"systemd-journald@.socket"
"systemd-journald-varlink@.socket"

View file

@ -78,7 +78,6 @@ in
config = {
systemd.additionalUpstreamSystemUnits = [
# Login stuff.
"systemd-logind.service"
"autovt@.service"
"systemd-user-sessions.service"

View file

@ -42,7 +42,6 @@ in
config = {
systemd.additionalUpstreamSystemUnits = [
# Temporary file creation / cleanup.
"systemd-tmpfiles-clean.service"
"systemd-tmpfiles-clean.timer"
"systemd-tmpfiles-setup.service"