Loading nixos/modules/tasks/filesystems.nix +1 −3 Original line number Diff line number Diff line Loading @@ -355,9 +355,7 @@ in } { assertion = ! (any (fs: fs.formatOptions != null) fileSystems); message = let fs = head (filter (fs: fs.formatOptions != null) fileSystems); in '' message = '' 'fileSystems.<name>.formatOptions' has been removed, since systemd-makefs does not support any way to provide formatting options. Loading Loading
nixos/modules/tasks/filesystems.nix +1 −3 Original line number Diff line number Diff line Loading @@ -355,9 +355,7 @@ in } { assertion = ! (any (fs: fs.formatOptions != null) fileSystems); message = let fs = head (filter (fs: fs.formatOptions != null) fileSystems); in '' message = '' 'fileSystems.<name>.formatOptions' has been removed, since systemd-makefs does not support any way to provide formatting options. Loading