Kernel modules troubleshoot

This commit is contained in:
2025-10-27 07:40:22 +00:00
parent 6f84bdefb4
commit 24a211330a
16 changed files with 350 additions and 106 deletions
+1 -3
View File
@@ -28,10 +28,8 @@ in
services.paperless = {
enable = true;
address = "0.0.0.0";
dataDir = "/home/finn/documents/paperless";
#inherit (cfg) port extraConfig;
port = cfg.port;
extraConfig = cfg.extraConfig;
# settings = cfg.extraConfig;
};
networking.firewall.allowedTCPPorts = [ cfg.port ];
};