about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-19 10:45:11 +0100
committerdevhell <devhell@mailfresser.de>2019-06-19 10:45:11 +0100
commit8fffd442ae035d57c27c31751242bb5931ab9da0 (patch)
tree70f4d115845f72bc92d1aa6af44b4bba26e43703
parent934a0302b2dfecdcce10a0ee77193537fd5df0cc (diff)
machines/devhell/: Rename machines and new console font
I'm bored of the names my machines have. Luckily NixOS makes changing
names as easy as changing underwear! So, let's use Valkyrie names
instead. Also, change the console font to something nicer, like the
default `Lat2-Terminus16` font!
-rw-r--r--machines/default.nix6
-rw-r--r--machines/devhell/eir.nix (renamed from machines/devhell/eris.nix)4
-rw-r--r--machines/devhell/hildr.nix (renamed from machines/devhell/titan.nix)4
-rw-r--r--machines/devhell/sigrun.nix (renamed from machines/devhell/skunkworks.nix)4
4 files changed, 9 insertions, 9 deletions
diff --git a/machines/default.nix b/machines/default.nix
index dfb2b320..236d2a5d 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -12,9 +12,9 @@ with import ../lib;
     };
   };
   devhell = {
-    eris       = callMachine devhell/eris.nix {};
-    skunkworks = callMachine devhell/skunkworks.nix {};
-    titan      = callMachine devhell/titan.nix {};
+    eir       = callMachine devhell/eir.nix {};
+    sigrun = callMachine devhell/sigrun.nix {};
+    hildr      = callMachine devhell/hildr.nix {};
     gunnr      = callMachine devhell/gunnr.nix {};
   };
   openlab = {
diff --git a/machines/devhell/eris.nix b/machines/devhell/eir.nix
index 2a189577..e5e0ccbc 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eir.nix
@@ -58,7 +58,7 @@
   systemd.network.networks."99-main".dns = [ "1.1.1.1" "8.8.8.8" ];
 
   networking = {
-    hostName = "eris";
+    hostName = "eir";
     wireless.iwd.enable = true;
     useNetworkd = true;
   };
@@ -73,7 +73,7 @@
   };
 
   i18n = {
-    consoleFont = "lat9w-16";
+    consoleFont = "Lat2-Terminus16";
     consoleKeyMap = "uk";
     defaultLocale = "en_GB.UTF-8";
   };
diff --git a/machines/devhell/titan.nix b/machines/devhell/hildr.nix
index efb023dd..376d6a40 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/hildr.nix
@@ -57,7 +57,7 @@
   systemd.network.networks."99-main".dns = [ "1.1.1.1" "8.8.8.8" ];
 
   networking = {
-    hostName = "titan";
+    hostName = "hildr";
     wireless.enable = true;
     useNetworkd = true;
   };
@@ -77,7 +77,7 @@
   };
 
   i18n = {
-    consoleFont = "lat9w-16";
+    consoleFont = "Lat2-Terminus16";
     consoleKeyMap = "uk";
     defaultLocale = "en_GB.UTF-8";
   };
diff --git a/machines/devhell/skunkworks.nix b/machines/devhell/sigrun.nix
index dc8d6265..2cd98c50 100644
--- a/machines/devhell/skunkworks.nix
+++ b/machines/devhell/sigrun.nix
@@ -63,14 +63,14 @@
     { device = "/dev/disk/by-uuid/3f1835a8-5587-4963-9b6c-66ecb36059de"; }
   ];
 
-  networking.hostName = "skunkworks";
+  networking.hostName = "sigrun";
   networking.wireless.enable = false;
   networking.useNetworkd = true;
 
   nix.maxJobs = 8;
 
   i18n = {
-    consoleFont = "lat9w-16";
+    consoleFont = "Lat2-Terminus16";
     consoleKeyMap = "dvorak";
     defaultLocale = "en_US.UTF-8";
   };