From e43c54681292bf5b8adaf7224d2950744c16c339 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Oct 2024 14:35:04 -0700 Subject: Fix argument spacing issue --- hosts/richese/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/richese/disks.nix') diff --git a/hosts/richese/disks.nix b/hosts/richese/disks.nix index a0c8ed4..742fac6 100644 --- a/hosts/richese/disks.nix +++ b/hosts/richese/disks.nix @@ -19,7 +19,7 @@ format = "vfat"; mountpoint = "/boot"; mountOptions = [ "defaults" ]; - extraArgs = [ "-n boot" ]; + extraArgs = [ "-nboot" ]; }; }; swap = { -- cgit v1.2.3