summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-12-12 21:12:24 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-12 21:12:24 -0500
commit150b21e7dfa9952ed0804621eb39f809bb37b88a (patch)
treecc1fddf437ec14c6e4213d3161820ae6d5e42665 /modules/common.nix
parent65f677a0e4f66569ab0bc489fff5d3aa5275375c (diff)
try gnome
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 9d649c1..d6dd2ed 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -67,6 +67,9 @@
];
time.timeZone = "America/New_York";
+ console.font = "ter-i32b";
+ console.packages = [ pkgs.terminus_font ];
+
services = {
postgresql = { package = pkgs.postgresql_12; };
openssh.passwordAuthentication = false;