From 801f74ab5c3612ac6e839fb6e17ae575bf3633e7 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 25 Feb 2023 03:52:37 -0500 Subject: [PATCH] feat: add stash + nextcloud nfs --- hosts/hime/hardware-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/hime/hardware-configuration.nix b/hosts/hime/hardware-configuration.nix index 7f2b306..d275507 100644 --- a/hosts/hime/hardware-configuration.nix +++ b/hosts/hime/hardware-configuration.nix @@ -18,6 +18,14 @@ { device = "192.168.1.71:/volume1/hime"; fsType = "nfs"; }; + fileSystems."/home/oh/docker/nextcloud" = + { device = "192.168.1.71:/volume1/nextcloud"; + fsType = "nfs"; + }; + fileSystems."/home/oh/docker/stash/data" = + { device = "192.168.1.71:/volume1/stash"; + fsType = "nfs"; + }; swapDevices = [ { device = "/dev/disk/by-uuid/15978bb3-da9b-4ec2-bd35-1716dd97812b"; }