···1414let
1515 lib = pkgs.lib;
16161717+ docbook_xsl_ns = pkgs.docbook-xsl-ns.override {
1818+ withManOptDedupPatch = true;
1919+ };
2020+1721 # We need to strip references to /nix/store/* from options,
1822 # including any `extraSources` if some modules came from elsewhere,
1923 # or else the build will fail.
···2121 # way to select them anyway.
2222 boot.loader.grub.configurationLimit = 0;
23232424- fileSystems."/".device = "/dev/disk/by-label/nixos";
2424+ fileSystems."/" = {
2525+ device = "/dev/disk/by-label/nixos";
2626+ fsType = "ext4";
2727+ autoResize = true;
2828+ };
25292630 # Allow root logins only using the SSH key that the user specified
2731 # at instance creation time, ping client connections to avoid timeouts
···316316 dolphinEmuMaster = dolphin-emu-beta; # Added 2021-11-10
317317 dotnet-netcore = dotnet-runtime; # Added 2021-10-07
318318 double_conversion = throw "'double_conversion' has been renamed to/replaced by 'double-conversion'"; # Converted to throw 2022-02-22
319319+ dragon-drop = throw "'dragon-drop' has been removed in favor of 'xdragon'"; # Added 2022-04-10;
319320 draftsight = throw "draftsight has been removed, no longer available as freeware"; # Added 2020-08-14
320321 dvb_apps = throw "dvb_apps has been removed"; # Added 2020-11-03
321322 dwarf_fortress = throw "'dwarf_fortress' has been renamed to/replaced by 'dwarf-fortress'"; # Converted to throw 2022-02-22