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:33:53 +0100
committerdevhell <devhell@mailfresser.de>2019-06-19 10:33:53 +0100
commit934a0302b2dfecdcce10a0ee77193537fd5df0cc (patch)
treed2f7dd9d71b0939a65e0a23ef22dc818f8158a85 /machines/default.nix
parent293e2f950616faa2b7a646042d3bb1241801f9d6 (diff)
machines/devhell/gunnr: Init
This is a new work machine. The configuration is based off of `titan`
and `skunkworks`. I expect there to be plenty of changes in the future
as I get accustomed to it and shape it to my needs.
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 1f33708f..dfb2b320 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -15,6 +15,7 @@ with import ../lib;
     eris       = callMachine devhell/eris.nix {};
     skunkworks = callMachine devhell/skunkworks.nix {};
     titan      = callMachine devhell/titan.nix {};
+    gunnr      = callMachine devhell/gunnr.nix {};
   };
   openlab = {
     hannswurscht = callMachine ./openlab/hannswurscht.nix {};