diff --git a/config/hosts/wind/configuration.nix b/config/hosts/wind/configuration.nix index fc12055..d375d2a 100644 --- a/config/hosts/wind/configuration.nix +++ b/config/hosts/wind/configuration.nix @@ -12,7 +12,6 @@ ./services/borg.nix ./services/coturn.nix ./services/nginx.nix - ./services/nitter.nix ./services/postgres.nix ./services/synapse.nix ./services/ttrss.nix diff --git a/config/hosts/wind/data/secrets/synapse_extra_config b/config/hosts/wind/data/secrets/synapse_extra_config index 3408305..7307817 100644 Binary files a/config/hosts/wind/data/secrets/synapse_extra_config and b/config/hosts/wind/data/secrets/synapse_extra_config differ diff --git a/config/hosts/wind/services/nitter.nix b/config/hosts/wind/services/nitter.nix deleted file mode 100644 index 2755b18..0000000 --- a/config/hosts/wind/services/nitter.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, ... }: -{ - services.nitter = { - enable = true; - server = { - port = 4992; - # Only save cookies on HTTPS - address = "127.0.0.1"; - - }; - }; -} diff --git a/config/sources/nix/sources.json b/config/sources/nix/sources.json index af306ef..07bd927 100644 --- a/config/sources/nix/sources.json +++ b/config/sources/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://github.com/nmattia/niv", "owner": "nmattia", "repo": "niv", - "rev": "f7c538837892dd2eb83567c9f380a11efb59b53f", - "sha256": "0xl33k24vfc29cg9lnp95kvcq69qbq5fzb7jk9ig4lgrhaarh651", + "rev": "e80fc8fae87cc91f449533fca6b9cadf8be69e6c", + "sha256": "024hnxvqk8z5n2n54rj05l91q38g9y8nwvrj46xml13kjmg4shb3", "type": "tarball", - "url": "https://github.com/nmattia/niv/archive/f7c538837892dd2eb83567c9f380a11efb59b53f.tar.gz", + "url": "https://github.com/nmattia/niv/archive/e80fc8fae87cc91f449533fca6b9cadf8be69e6c.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixos-hardware": { @@ -17,10 +17,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "14c333162ba53c02853add87a0000cbd7aa230c2", - "sha256": "0598kqgr03zk3i6bzqsphs7l2vav83901h2gs7i1fh1rqzicq4nv", + "rev": "38279034170b1e2929b2be33bdaedbf14a57bfeb", + "sha256": "1grc0z1s4imnfy0xn17qg50lsy27d856l48zlk6k0nyhxmhsskrm", "type": "tarball", - "url": "https://github.com/NixOS/nixos-hardware/archive/14c333162ba53c02853add87a0000cbd7aa230c2.tar.gz", + "url": "https://github.com/NixOS/nixos-hardware/archive/38279034170b1e2929b2be33bdaedbf14a57bfeb.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "05405724efa137a0b899cce5ab4dde463b4fd30b", - "sha256": "06490pn22x9xl4chfx12iwdgx7nlbn14v8x05rnv2y1nancljisl", + "rev": "4eb33fe664af7b41a4c446f87d20c9a0a6321fa3", + "sha256": "0wmz8y0ac88r53jd61m83bp55h36hdxvdk848iiz1yg51n2qyf1c", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/05405724efa137a0b899cce5ab4dde463b4fd30b.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/4eb33fe664af7b41a4c446f87d20c9a0a6321fa3.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixus": {