Update systems/common.nix

This commit is contained in:
jsutter 2025-11-12 17:45:36 +00:00
parent daf452f266
commit 517a990fb2

View file

@ -1,15 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
fileSystems."/" =
{ device = "/dev/disk/by-partlabel/primary";
fsType = "btrfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-partlabel/ESP";
fsType = "vfat";
};
# hardware # hardware
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;