From 70da54965714aa2750e9ecfdbc0951db06039cc6 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 12 May 2025 10:20:05 +0530 Subject: [PATCH] chore: remove console setup, moved to headless server --- hosts/rahu/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index ce18877..7dc6ca2 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -101,13 +101,6 @@ }; }; - console = { - earlySetup = true; - font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz"; - packages = with pkgs; [ terminus_font ]; - keyMap = "us"; - }; - programs.fish.enable = true; systemd.tmpfiles.rules = [