diff --git a/flake.lock b/flake.lock
index 3bfb392..5c52071 100644
--- a/flake.lock
+++ b/flake.lock
@@ -108,11 +108,11 @@
]
},
"locked": {
- "lastModified": 1769797056,
- "narHash": "sha256-zR/MzIsnuTdYgThNIrxwEVpStJqS13Lcye2X9R7knps=",
+ "lastModified": 1770384065,
+ "narHash": "sha256-P7rjS63P9ff4fMPqFvbCjkwnfoQQ+B7qEsp4mu3l1oE=",
"ref": "refs/heads/master",
- "rev": "fcddb1e1e72b89050e17e61d7c5a946f70904b65",
- "revCount": 1662,
+ "rev": "6de8f65769e6a42f09e20d0cad10acae8b278175",
+ "revCount": 1677,
"type": "git",
"url": "https://cgit.rory.gay/cgit-magenta.git"
},
@@ -1320,11 +1320,11 @@
},
"nixpkgs_12": {
"locked": {
- "lastModified": 1769461804,
- "narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=",
+ "lastModified": 1770562336,
+ "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "bfc1b8a4574108ceef22f02bafcf6611380c100d",
+ "rev": "d6c71932130818840fc8fe9509cf50be8c64634f",
"type": "github"
},
"original": {
@@ -1630,11 +1630,11 @@
"nixpkgs": "nixpkgs_12"
},
"locked": {
- "lastModified": 1770243264,
- "narHash": "sha256-Di7Rmmuv71zp4fMwy+mLsPiIHff51YkrmCAzCTu7Yv8=",
+ "lastModified": 1771003249,
+ "narHash": "sha256-AMyG2yvBeELcs/z+yLDU8Y208gzz42Ppahv5iup5AjE=",
"owner": "spacebarchat",
"repo": "server",
- "rev": "f8c85d666d47d3e72413a186e7ab2546f538bd2f",
+ "rev": "cc23978d5fe8f34c381d5bd8c58eff5b688b84c2",
"type": "github"
},
"original": {
diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
index ec2767f..d581a4c 100644
--- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
+++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -164,6 +164,10 @@ in
"steam"
];
};
+ register = {
+ blockIpDataCoThreatTypes = [];
+ checkIp = false;
+ };
};
extraEnvironment = {
DATABASE = "postgres://spacebar:spacebar@192.168.100.1/spacebar";
|