From 4de233a16b1d08c747a6a4754ca10e9a1ec0fd9c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 11 Nov 2024 23:30:33 -0800 Subject: Remove now duplicated fileSystem declarations --- hosts/uranus/hardware-configuration.nix | 29 ----------------------------- 1 file changed, 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; } -- cgit v1.2.3