From d10bad91b8640383956fb365b28562b55d5a492e Mon Sep 17 00:00:00 2001 From: foosinn Date: Fri, 12 Nov 2021 22:46:42 +0100 Subject: [PATCH] x220 zfs rename --- hardware/x220-discovery.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardware/x220-discovery.nix b/hardware/x220-discovery.nix index 7230b17..3e321ac 100644 --- a/hardware/x220-discovery.nix +++ b/hardware/x220-discovery.nix @@ -16,17 +16,17 @@ in { boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "tank/root/nixos"; + { device = "cube/root/nixos"; fsType = "zfs"; }; fileSystems."/home" = - { device = "tank/root/home"; + { device = "cube/home"; fsType = "zfs"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/1339-E59C"; + { device = "/dev/disk/by-uuid/2AD7-4F18"; fsType = "vfat"; };