about summary refs log tree commit diff
path: root/machines/default.nix
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 /machines/default.nix
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!
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix6
1 files changed, 3 insertions, 3 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 = {