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 --- liku/hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'liku') diff --git a/liku/hardware-configuration.nix b/liku/hardware-configuration.nix index b50f1a6..6e4bccd 100644 --- a/liku/hardware-configuration.nix +++ b/liku/hardware-configuration.nix @@ -13,16 +13,6 @@ boot.kernelModules = [ "kvm-intel" ]; 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/D95E-E4E3"; fsType = "vfat"; -- cgit v1.2.3