File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 193193 ( subvol . mountpoint != null )
194194 (
195195 let
196- mergedOptions = lib . unique ( config . mountOptions ++ subvol . mountOptions ++ [ "subvol=${ subvol . name } " ] ) ;
196+ mergedOptions = lib . unique ( config . mountOptions ++ subvol . mountOptions ++ [ "subvol=${ subvol . name } " ] ) ;
197197 in {
198198 ${ subvol . mountpoint } = ''
199199 if ! findmnt "${ config . device } " "${ rootMountPoint } ${ subvol . mountpoint } " > /dev/null 2>&1; then
265265 subvol :
266266 lib . optionalAttrs ( subvol . mountpoint != null ) (
267267 let
268- mergedOptions = lib . unique ( config . mountOptions ++ subvol . mountOptions ++ [ "subvol=${ subvol . name } " ] ) ;
268+ mergedOptions = lib . unique ( config . mountOptions ++ subvol . mountOptions ++ [ "subvol=${ subvol . name } " ] ) ;
269269 in {
270270 fileSystems . ${ subvol . mountpoint } = {
271271 device = config . device ;
You can’t perform that action at this time.
0 commit comments