diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-12 14:35:04 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-12 14:35:04 -0700 |
commit | e43c54681292bf5b8adaf7224d2950744c16c339 (patch) | |
tree | 8a9dcd7e949b51b1f1f8d359a7d334cfd888c4d6 /hosts/richese/disks.nix | |
parent | e345b284e3458309e6a6c9c8dec8db28b11cb6ba (diff) | |
download | nix-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/disks.nix')
-rw-r--r-- | hosts/richese/disks.nix | 2 |
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 = { |