aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/uranus/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/uranus/hardware-configuration.nix')
-rw-r--r--hosts/uranus/hardware-configuration.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/hosts/uranus/hardware-configuration.nix b/hosts/uranus/hardware-configuration.nix
index 96dd160..051169d 100644
--- a/hosts/uranus/hardware-configuration.nix
+++ b/hosts/uranus/hardware-configuration.nix
@@ -13,35 +13,6 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
- fileSystems."/" =
- { device = "rpool/local/root";
- fsType = "zfs";
- };
-
- fileSystems."/boot" =
- { device = "/dev/disk/by-label/boot";
- fsType = "vfat";
- };
-
- fileSystems."/nix" =
- { device = "rpool/local/nix";
- fsType = "zfs";
- };
-
- fileSystems."/root" =
- { device = "rpool/user/home/root";
- fsType = "zfs";
- };
-
- fileSystems."/home/nipsy" =
- { device = "rpool/user/home/nipsy";
- fsType = "zfs";
- };
-
- swapDevices =
- [ { device = "/dev/disk/by-label/swap"; }
- ];
-
#nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
#hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}