nixos-23.11: fileSystems.*.format{Options->Args},

other fixes
This commit is contained in:
Niklas Gollenstede
2023-11-27 17:15:44 +01:00
parent 2bbefc97c3
commit afc4c9ab9a
15 changed files with 75 additions and 53 deletions

View File

@ -14,7 +14,5 @@
installer = "installer"; # config.${installer}
setup = "setup"; # config.${setup}
preface = "preface"; # config.${preface}
extlinux = "extlinux"; # config.boot.loader.${extlinux}
preMountCommands = "preMountCommands"; # config.fileSystems.*.${preMountCommands}
};
}; }