From 517a990fb2c5f505015ea710665b1e3ad46cb98f Mon Sep 17 00:00:00 2001 From: jsutter Date: Wed, 12 Nov 2025 17:45:36 +0000 Subject: [PATCH] Update systems/common.nix --- systems/common.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/systems/common.nix b/systems/common.nix index 11132f9..dbaf97e 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -1,15 +1,6 @@ - { config, pkgs, ... }: { - fileSystems."/" = - { device = "/dev/disk/by-partlabel/primary"; - fsType = "btrfs"; - }; - fileSystems."/boot" = - { device = "/dev/disk/by-partlabel/ESP"; - fsType = "vfat"; - }; # hardware hardware.enableRedistributableFirmware = true;