From 862c5e9cc119fa1ba59062bf3c45f33181388e4f Mon Sep 17 00:00:00 2001 From: Ciapa Date: Sat, 8 Jun 2024 11:20:03 +0200 Subject: [PATCH] Add game archive mount --- hosts/phoenix.lewd.wtf/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/phoenix.lewd.wtf/hardware-configuration.nix b/hosts/phoenix.lewd.wtf/hardware-configuration.nix index b5addda..6281cfd 100644 --- a/hosts/phoenix.lewd.wtf/hardware-configuration.nix +++ b/hosts/phoenix.lewd.wtf/hardware-configuration.nix @@ -35,6 +35,11 @@ fsType = "zfs"; }; + fileSystems."/mnt/zbigdata/games" = { + device = "zbigdata/games"; + fsType = "zfs"; + }; + fileSystems."/var/lib/attic/storage" = { device = "zbigdata/attic"; fsType = "zfs";