summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-15 20:43:15 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-15 20:43:15 +0100
commit55ccddb352a309a0ff61aa0de6ef494a85b38b71 (patch)
tree916da3f4fd68ddec6629e014af9bc42f79f33caa /neko
parent73c8db5b7cadc211bfc84eebded1a2e848abc7af (diff)
more shared fs config
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix10
1 files changed, 0 insertions, 10 deletions
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";