commit a444e223295f1bb4f5044a139538fe9206e2c9b9 parent e80e44f66265f6948e2bc5b0eb343054049acd89 Author: Vincent Demeester <vincent@sbr.pm> Date: Thu, 19 Oct 2023 22:13:11 +0200 shikoku: temporarly remove zfs... It breaks Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/shikoku.nix | | | 29 | ++++++++++++++++------------- |
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -65,19 +65,22 @@ in # SSD1: 469077df-049f-4f5d-a34f-1f5449d782ec # SSD2: e11a3b63-791c-418b-9f4b-5ae0199f1f97 # NVME2: 3d2dff80-f2b1-4c48-8e76-12b01fdf4137 - fileSystems."/tank/data" = - { - device = "tank/data"; - fsType = "zfs"; - options = [ "zfsutil" ]; - }; - - fileSystems."/tank/virt" = - { - device = "tank/virt"; - fsType = "zfs"; - options = [ "zfsutil" ]; - }; + # boot.zfs.extraPools = [ "tank" ]; + # networking.hostId = "03129692bea040488878aa0133e54914"; + # networking.hostId = "03129692"; + # fileSystems."/tank/data" = + # { + # device = "tank/data"; + # fsType = "zfs"; + # options = [ "zfsutil" ]; + # }; + # + # fileSystems."/tank/virt" = + # { + # device = "tank/virt"; + # fsType = "zfs"; + # options = [ "zfsutil" ]; + # }; swapDevices = [{ device = "/dev/disk/by-uuid/a9ec44e6-0c1d-4f60-9f5c-81a7eaa8e8fd";