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";