aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-12 14:35:04 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-12 14:35:04 -0700
commite43c54681292bf5b8adaf7224d2950744c16c339 (patch)
tree8a9dcd7e949b51b1f1f8d359a7d334cfd888c4d6 /hosts/richese
parente345b284e3458309e6a6c9c8dec8db28b11cb6ba (diff)
downloadnix-e43c54681292bf5b8adaf7224d2950744c16c339.tar
nix-e43c54681292bf5b8adaf7224d2950744c16c339.tar.gz
nix-e43c54681292bf5b8adaf7224d2950744c16c339.tar.bz2
nix-e43c54681292bf5b8adaf7224d2950744c16c339.tar.lz
nix-e43c54681292bf5b8adaf7224d2950744c16c339.tar.xz
nix-e43c54681292bf5b8adaf7224d2950744c16c339.tar.zst
nix-e43c54681292bf5b8adaf7224d2950744c16c339.zip
Fix argument spacing issue
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/disks.nix2
1 files changed, 1 insertions, 1 deletions
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 = {