diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..c9f38e0
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,150 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1705309234,
+ "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ },
+ "locked": {
+ "lastModified": 1717525419,
+ "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "a7117efb3725e6197dd95424136f79147aa35e5b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "ref": "master",
+ "repo": "home-manager",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1716948383,
+ "narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1717196966,
+ "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_3": {
+ "locked": {
+ "lastModified": 1708118438,
+ "narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs_2",
+ "secrets": "secrets",
+ "spacebarchat-server-master": "spacebarchat-server-master"
+ }
+ },
+ "secrets": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1695676462,
+ "narHash": "sha256-Rf+7y1mwuO3uPhCsp1Jam9A9iK6KzWf5fJlqRG74Du4=",
+ "ref": "refs/heads/master",
+ "rev": "cccd7319ed1ae163855125e5df0a0f09a44ec7e8",
+ "revCount": 6,
+ "type": "git",
+ "url": "http://secrets.internal.spacebar.chat/"
+ },
+ "original": {
+ "type": "git",
+ "url": "http://secrets.internal.spacebar.chat/"
+ }
+ },
+ "spacebarchat-server-master": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs_3"
+ },
+ "locked": {
+ "lastModified": 1717564770,
+ "narHash": "sha256-KDGG4RVurMhtZJrSX0Y+I+pmQ2hcumSXgTy95Pxk7f8=",
+ "owner": "spacebarchat",
+ "repo": "server",
+ "rev": "9e1ec8a67360c2d2ac23e061950b93ee265ec077",
+ "type": "github"
+ },
+ "original": {
+ "owner": "spacebarchat",
+ "ref": "master",
+ "repo": "server",
+ "type": "github"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix b/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix
index ac21846..14ccad5 100755
--- a/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix
+++ b/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix
@@ -1,6 +1,6 @@
{
- enableACME = true;
- addSSL = true;
+# enableACME = true;
+# addSSL = true;
locations = {
"/" = {
proxyPass = "http://192.168.1.200:8009";
|