all repos — nixfiles @ 9c11f3ce96f6425d4efcce1089fb362a0b0a00da

System and user configuration, managed by nix and home-manager

nano: remove support for BSD disklabels
Alan Pearce alan@alanpearce.eu
Sat, 15 Feb 2025 19:14:22 +0100
commit

9c11f3ce96f6425d4efcce1089fb362a0b0a00da

parent

c910033fc6cc5032e25772627259a4d4ee3a9a64

1 files changed, 0 insertions(+), 13 deletions(-)

jump to
M system/nano.nixsystem/nano.nix
@@ -29,19 +29,6 @@ };   };
 
   srvos.boot.consoles = [ "ttyS2,1500000" ];
-  boot.kernelPackages = pkgs.linuxWithBSDDisklabel;
-  nixpkgs = {
-    overlays = [
-      (self: super: {
-        linuxWithBSDDisklabel = super.linuxPackagesFor (super.linux.override {
-          structuredExtraConfig = with lib.kernel; {
-            BSD_DISKLABEL = yes;
-          };
-          ignoreConfigErrors = false;
-        });
-      })
-    ];
-  };
 
   hardware.deviceTree = {
     enable = true;