mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: label syntax
This commit is contained in:
parent
60b68785a9
commit
08716d1c98
@ -19,7 +19,7 @@
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
extraArgs = [ "--label boot" ];
|
||||
extraArgs = [ "-n boot" ];
|
||||
};
|
||||
}
|
||||
{
|
||||
@ -33,7 +33,7 @@
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/";
|
||||
extraArgs = [ "--label nixos" ];
|
||||
extraArgs = [ "-L nixos" ];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user