From 2faacde4068cc5b735916d1180c15a12a69c0dfa Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Mon, 18 Mar 2024 10:09:37 -0600 Subject: [PATCH] Added permission change --- luci/nixos/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/luci/nixos/hardware-configuration.nix b/luci/nixos/hardware-configuration.nix index 2f440f0..4aafcef 100644 --- a/luci/nixos/hardware-configuration.nix +++ b/luci/nixos/hardware-configuration.nix @@ -44,6 +44,11 @@ options = [ "bind" ]; }; + # change ownership of kage to be open + systemd.tmpfiles.rules = [ + "d /nfs_export/kage 0777 nobody nogroup - -" + ]; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking