Random changes

This commit is contained in:
Eelco Dolstra 2012-07-19 17:33:22 -04:00
parent 6419172bc2
commit ae62436697
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ in
services.syslogd.extraParams = optional cfg.enableNetworkInput "-r";
# FIXME: restarting syslog seems to break journal logging.
boot.systemd.services."syslog.service" =
{ description = "Syslog daemon";

View File

@ -330,7 +330,7 @@ in
};
boot.systemd.services."sshd.service" =
{ description = "SSH daemon";
{ description = "SSH Daemon";
wantedBy = [ "multi-user.target" ];
after = [ "set-ssh-keys.service" ];