From 12e3524c19b2eed3537c071c34df1058c1b079b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Tue, 30 Sep 2025 11:18:19 -0700 Subject: [PATCH] Mount backup as ZFS --- hosts/glyph/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/glyph/default.nix b/hosts/glyph/default.nix index 4a078a3c..f1f2d9bc 100644 --- a/hosts/glyph/default.nix +++ b/hosts/glyph/default.nix @@ -30,6 +30,10 @@ device = "zdata/unsorted"; fsType = "zfs"; }; + fileSystems."/mnt/backup" = { + device = "zdata/backup"; + fsType = "zfs"; + }; networking.hostName = "glyph"; networking.hostId = "e7bdc076"; # Ensure correct ZFS pool imported