diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index 883b7db..490d30a 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -3,7 +3,7 @@ systemd.mounts = let opts = { type = "cifs"; - mountConfig = {Options = "x-systemd.automount,users,noauto,credentials=${config.age.secrets.uwuraid.path},noatime,uid=1000,gid=100";}; + mountConfig = {Options = "x-systemd.automount,users,noauto,credentials=${config.age.secrets.uwuraid.path},noatime,gid=100";}; }; in [ (opts diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 2e62a4a..bf91afa 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -4,6 +4,16 @@ pkgs, ... }: { + services.rsyslogd = { + enable = true; + extraConfig = '' + module(load="imudp") + input(type="imudp" port="514") + + THENAS.* -/var/log/THENAS + ''; + }; + # boot.kernelPatches = [ # (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.11") # {