about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-04-02 14:37:21 +0200
committerProfpatsch <mail@profpatsch.de>2020-04-02 14:37:21 +0200
commit818e4909d221c410f6a6992e23c639a5585b5080 (patch)
tree98e7c7727bf07f379715ebb7352c6d354a82c0bb /machines/default.nix
parent96f6d81a0cffa896a7ebea9e138daee581599f27 (diff)
machines/mikiya: remove for now
It’s not running at the moment.
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/default.nix b/machines/default.nix
index 9c7abb9c..7f26bef2 100644
--- a/machines/default.nix
+++ b/machines/default.nix
@@ -20,7 +20,7 @@ with import ../lib;
   profpatsch = {
     shiki = callMachine ./profpatsch/shiki.nix {};
     haku   = callMachine ./profpatsch/haku.nix {};
-    mikiya = callMachine ./profpatsch/mikiya.nix {};
+    # mikiya = callMachine ./profpatsch/mikiya.nix {};
   };
   misc = {
     mailserver = callMachine ./misc/mailserver.nix {};