summary refs log tree commit diff
path: root/nixos/modules/services/ttys
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2017-04-01 00:00:00 +0000
committerJan Malakhovski <oxij@oxij.org>2018-02-18 12:56:30 +0000
commit2e6b796761672e0e3ed685487007bb0d99126d91 (patch)
tree530c7866ba30fa6480e24da2d603bac7b292a0e1 /nixos/modules/services/ttys
parent09512be289819507ca53d7f7be5e4b712b78283d (diff)
downloadnixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar.gz
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar.bz2
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar.lz
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar.xz
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.tar.zst
nixlib-2e6b796761672e0e3ed685487007bb0d99126d91.zip
nixos: rename config.system.nixos* -> config.system.nixos.*
Diffstat (limited to 'nixos/modules/services/ttys')
-rw-r--r--nixos/modules/services/ttys/agetty.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/ttys/agetty.nix b/nixos/modules/services/ttys/agetty.nix
index 3429397d2cc2..b50de496e975 100644
--- a/nixos/modules/services/ttys/agetty.nix
+++ b/nixos/modules/services/ttys/agetty.nix
@@ -64,8 +64,8 @@ in
 
   config = {
     # Note: this is set here rather than up there so that changing
-    # nixosLabel would not rebuild manual pages
-    services.mingetty.greetingLine = mkDefault ''<<< Welcome to NixOS ${config.system.nixosLabel} (\m) - \l >>>'';
+    # nixos.label would not rebuild manual pages
+    services.mingetty.greetingLine = mkDefault ''<<< Welcome to NixOS ${config.system.nixos.label} (\m) - \l >>>'';
 
     systemd.services."getty@" =
       { serviceConfig.ExecStart = [