about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-22 19:18:37 +0100
committerdevhell <devhell@mailfresser.de>2019-06-22 19:18:37 +0100
commitfe9cac660ccb0f44f370993bd5666dc824f8edf9 (patch)
treea004df7ca12ef28906d8ed07b48324d78027f09c /machines/devhell/hildr.nix
parent1cc1a930b507e9ea98a9e30f1f2e9cabefb18076 (diff)
machines/gunnr: Disable docker for now
Fails some tests on hydra right now and it's not very important for me
to have at the moment.
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 376d6a40..6894c461 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -67,7 +67,7 @@
     cpuFreqGovernor = "powersave";
   };
 
-  virtualisation.docker.enable = true;
+#  virtualisation.docker.enable = true;
 
   nix = {
     maxJobs = lib.mkDefault 4;
@@ -77,7 +77,7 @@
   };
 
   i18n = {
-    consoleFont = "Lat2-Terminus16";
+    consoleFont = "lat9w-16";
     consoleKeyMap = "uk";
     defaultLocale = "en_GB.UTF-8";
   };