summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hardware/cmsb-001/configuration.nix1
-rw-r--r--src/server/common.h8
2 files changed, 5 insertions, 4 deletions
diff --git a/hardware/cmsb-001/configuration.nix b/hardware/cmsb-001/configuration.nix
index a1578d6..bbff4e1 100644
--- a/hardware/cmsb-001/configuration.nix
+++ b/hardware/cmsb-001/configuration.nix
@@ -44,6 +44,7 @@
];
boot.kernelModules = [ ];
boot.kernelParams = [ "mitigations=off" "file_caps=1" ];
+ boot.blacklistedKernelModules = [ "snd_bcm2835" ];
boot.supportedFilesystems = [ ];
boot.extraModulePackages = [ ];
boot.initrd.kernelModules = [ ];
diff --git a/src/server/common.h b/src/server/common.h
index bde8106..ef24601 100644
--- a/src/server/common.h
+++ b/src/server/common.h
@@ -12,11 +12,11 @@ extern str *CAMU_SERVER_IP;
extern str *CAMU_UNIX_PATH;
extern str *CAMU_UNIX_LOCAL;
-//#define CAMU_LOCAL_TYPE AKI_SOCKET_TCP
-//#define CAMU_LOCAL_ADDR CAMU_SERVER_IP
+#define CAMU_LOCAL_TYPE AKI_SOCKET_TCP
+#define CAMU_LOCAL_ADDR CAMU_SERVER_IP
-#define CAMU_LOCAL_TYPE AKI_SOCKET_UNIX
-#define CAMU_LOCAL_ADDR CAMU_UNIX_PATH
+//#define CAMU_LOCAL_TYPE AKI_SOCKET_UNIX
+//#define CAMU_LOCAL_ADDR CAMU_UNIX_PATH
enum {
CAMU_NODE = 0,