From 44cf5156076b6690128bd20ffd3c3b15d4975285 Mon Sep 17 00:00:00 2001 From: ArgentumCation Date: Tue, 20 Aug 2024 13:07:25 -0400 Subject: [PATCH] (orexin) something --- orexin/hardware-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/orexin/hardware-configuration.nix b/orexin/hardware-configuration.nix index dd8fd05..36c2be0 100644 --- a/orexin/hardware-configuration.nix +++ b/orexin/hardware-configuration.nix @@ -46,7 +46,10 @@ fsType = "vfat"; options = ["fmask=0022" "dmask=0022"]; }; - + fileSystems."/nfs" = { + device = "192.168.1.153:/raid/swarm"; + fsType = "nfs"; + }; swapDevices = []; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking