about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-27 19:22:37 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-27 19:22:37 +0100
commitf915429d7c02da5a9bb3400e3f8c8c5aeb044604 (patch)
tree4317774e2be335ad699f0014b9b42540218efda6 /common-workstation.nix
parentd11b194e90ff5764607f5720f85cebbff3ab24a9 (diff)
common-workstation: Remove services.syslogd.tty.
No longer in use, because it was pre-systemd NixOS.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 1d08eb3a..d795f786 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -78,8 +78,6 @@ in {
       permitRootLogin = "without-password";
     };
 
-    syslogd.tty = "tty13";
-
     xfs.enable = false;
 
     gpm = {