summaryrefslogtreecommitdiff
path: root/kuro/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'kuro/hardware-configuration.nix')
-rw-r--r--kuro/hardware-configuration.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/kuro/hardware-configuration.nix b/kuro/hardware-configuration.nix
index 7618d97..3eb66db 100644
--- a/kuro/hardware-configuration.nix
+++ b/kuro/hardware-configuration.nix
@@ -13,16 +13,6 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
- fileSystems."/nix" =
- { device = "zroot/root/nix";
- fsType = "zfs";
- };
-
- fileSystems."/home" =
- { device = "zroot/root/home";
- fsType = "zfs";
- };
-
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5326-AA38";
fsType = "vfat";