summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/sol/hardware.nix28
1 files changed, 0 insertions, 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;
}