From 55ccddb352a309a0ff61aa0de6ef494a85b38b71 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 15 Jan 2023 20:43:15 +0100 Subject: more shared fs config --- neko/hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'neko/hardware-configuration.nix') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index b90f66f..4665392 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -13,16 +13,6 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/nix" = - { device = "zroot/nix"; - fsType = "zfs"; - }; - - fileSystems."/home" = - { device = "zroot/home"; - fsType = "zfs"; - }; - fileSystems."/boot" = { device = "/dev/disk/by-uuid/9CF2-12FF"; fsType = "vfat"; -- cgit v1.2.3