about summary refs log tree commit diff
path: root/lib/call-machine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/call-machine.nix')
-rw-r--r--lib/call-machine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/call-machine.nix b/lib/call-machine.nix
index 0844e4eb..2030d3e6 100644
--- a/lib/call-machine.nix
+++ b/lib/call-machine.nix
@@ -26,7 +26,7 @@ let
           "/boot" = lib.mkForce (fscfg."/boot" or {
             device = "none";
             fsType = "none";
-            options = "noauto";
+            options = [ "noauto" ];
           });
         };
       };