about summary refs log tree commit diff stats
path: root/hosts/isimud/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/isimud/default.nix')
-rw-r--r--hosts/isimud/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/isimud/default.nix b/hosts/isimud/default.nix
index e2eadb3d..093afb26 100644
--- a/hosts/isimud/default.nix
+++ b/hosts/isimud/default.nix
@@ -5,9 +5,24 @@
     ../../system
   ];
 
+  isoImage = {
+    contents = [
+      {
+        source = ./command-line.html;
+        # TODO: remove the implied dependency
+        target = "/home/soispha/cli.html";
+      }
+    ];
+    makeEfiBootable = true;
+    makeUsbBootable = true;
+    makeBiosBootable = true;
+    appendToMenuLabel = " Gpg-disk";
+  };
   environment.systemPackages = [
     pkgs.onlykey
+    pkgs.onlykey-cli
     pkgs.onlykey-agent
+    pkgs.cryptsetup
   ];
 
   soispha = {