aboutsummaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 17:54:30 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 17:54:30 -0700
commit2f18f69d9ced49bd0932c187d72a41ae9fea585e (patch)
tree7c8366f0814445908a6dc7473e186cf95eb714d8 /hosts/common
parentcreate a profile for laptop (diff)
downloadinfra-2f18f69d9ced49bd0932c187d72a41ae9fea585e.tar.gz
console configuration is moved to a module
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/system/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix
index 6fc0651..3e546ff 100644
--- a/hosts/common/system/default.nix
+++ b/hosts/common/system/default.nix
@@ -11,11 +11,6 @@
./users.nix
];
- console = {
- font = "Lat2-Terminus16";
- keyMap = "us";
- };
-
# It's always useful to have bash around
environment.shells = [ pkgs.bashInteractive pkgs.zsh pkgs.fish ];
}