about summary refs log tree commit diff stats
path: root/sys/svcs/getty/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svcs/getty/default.nix')
-rw-r--r--sys/svcs/getty/default.nix41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys/svcs/getty/default.nix b/sys/svcs/getty/default.nix
deleted file mode 100644
index 7e8a4e46..00000000
--- a/sys/svcs/getty/default.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-  lib,
-  config,
-  ...
-}: {
-  services.getty = {
-    greetingLine = lib.mkForce ''
-      [?25l[?7l                                           
-                ▗▄▄▄       ▗▄▄▄▄    ▄▄▄▖         
-                ▜███▙       ▜███▙  ▟███▛         
-                 ▜███▙       ▜███▙▟███▛          
-                  ▜███▙       ▜██████▛           
-           ▟█████████████████▙ ▜████▛     ▟▙     
-          ▟███████████████████▙ ▜███▙    ▟██▙    
-                 ▄▄▄▄▖           ▜███▙  ▟███▛    
-                ▟███▛             ▜██▛ ▟███▛     
-               ▟███▛               ▜▛ ▟███▛      
-      ▟███████████▛                  ▟██████████▙
-      ▜██████████▛                  ▟███████████▛
-            ▟███▛ ▟▙               ▟███▛         
-           ▟███▛ ▟██▙             ▟███▛          
-          ▟███▛  ▜███▙           ▝▀▀▀▀           
-          ▜██▛    ▜███▙ ▜██████████████████▛     
-           ▜▛     ▟████▙ ▜████████████████▛      
-                 ▟██████▙       ▜███▙            
-                ▟███▛▜███▙       ▜███▙           
-               ▟███▛  ▜███▙       ▜███▙          
-               ▝▀▀▀    ▀▀▀▀▘       ▀▀▀▘          
-                                                 
-        NixOS ${config.system.nixos.label} 
-        --------------
-      
-        date: \d
-        time: \t
-        ipv4: \4
-        ipv6: \6
-        tty: \l
-      
-    '';
-  };
-}