Random changes
This commit is contained in:
parent
6419172bc2
commit
ae62436697
|
@ -104,6 +104,7 @@ in
|
||||||
|
|
||||||
services.syslogd.extraParams = optional cfg.enableNetworkInput "-r";
|
services.syslogd.extraParams = optional cfg.enableNetworkInput "-r";
|
||||||
|
|
||||||
|
# FIXME: restarting syslog seems to break journal logging.
|
||||||
boot.systemd.services."syslog.service" =
|
boot.systemd.services."syslog.service" =
|
||||||
{ description = "Syslog daemon";
|
{ description = "Syslog daemon";
|
||||||
|
|
||||||
|
|
|
@ -330,7 +330,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.systemd.services."sshd.service" =
|
boot.systemd.services."sshd.service" =
|
||||||
{ description = "SSH daemon";
|
{ description = "SSH Daemon";
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "set-ssh-keys.service" ];
|
after = [ "set-ssh-keys.service" ];
|
||||||
|
|
Loading…
Reference in New Issue