From 9e1a56b7e1ebbfb4d7ded0b371393a70efa8dc64 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Jun 2026 13:49:35 +0200 Subject: Fix sol hardware --- modules/hosts/sol/hardware.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/modules/hosts/sol/hardware.nix b/modules/hosts/sol/hardware.nix index ed34e41..9e682f5 100644 --- a/modules/hosts/sol/hardware.nix +++ b/modules/hosts/sol/hardware.nix @@ -12,34 +12,6 @@ boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { device = "tmpfs"; - fsType = "tmpfs"; - }; - - fileSystems."/nix/.rw-store" = - { device = "tmpfs"; - fsType = "tmpfs"; - }; - - fileSystems."/iso" = - { device = "/dev/mapper/ventoy"; - fsType = "iso9660"; - }; - - fileSystems."/nix/.ro-store" = - { device = "/iso/nix-store.squashfs"; - fsType = "squashfs"; - options = [ "loop" ]; - }; - - fileSystems."/nix/store" = - { device = "overlay"; - fsType = "overlay"; - }; - - swapDevices = [ ]; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } -- cgit v1.2.3