about summary refs log tree commit diff stats
path: root/hosts/marduk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/marduk/default.nix')
-rw-r--r--hosts/marduk/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix
index aae467a5..a45d9efd 100644
--- a/hosts/marduk/default.nix
+++ b/hosts/marduk/default.nix
@@ -1,5 +1,5 @@
 # vim: ts=2
-{...}: {
+{lib, ...}: {
   imports = [
     ./hardware
     ./networking.nix
@@ -8,6 +8,8 @@
   console = {
     keyMap = "dvorak";
   };
+  # needed to override defaults
+  isoImage.isoName = lib.mkForce "nixos-iso";
 
   system.stateVersion = "23.05";
 }