From 630161aa8ab5cdaf283f3ccd056e8d1b3727f07e Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 2 May 2024 04:20:52 -0400 Subject: [PATCH] tsuki: mount osu-backups --- hosts/tsuki/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tsuki/hardware.nix b/hosts/tsuki/hardware.nix index 8468c8d..19d742b 100755 --- a/hosts/tsuki/hardware.nix +++ b/hosts/tsuki/hardware.nix @@ -40,6 +40,10 @@ device = "192.168.1.199:/mnt/Sutoreji/nix-restic-data/tsuki"; fsType = "nfs"; }; + "/nas/osu-backups" = { + device = "192.168.1.199:/mnt/Sutoreji/osu-backups"; + fsType = "nfs"; + }; }; zramSwap = {