From 01198893ff3392c4ddc8e2a31c0ab5e15269f425 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Mon, 6 Jul 2026 00:17:28 -0500 Subject: [PATCH] just testing this, maybe this'll work? --- hosts/test/hardware-configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/test/hardware-configuration.nix b/hosts/test/hardware-configuration.nix index c46dced..2b4e542 100644 --- a/hosts/test/hardware-configuration.nix +++ b/hosts/test/hardware-configuration.nix @@ -24,15 +24,6 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/12CE-A600"; - fsType = "vfat"; - options = [ - "fmask=0077" - "dmask=0077" - ]; - }; - swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";