Compare commits

...

3 commits

Author SHA1 Message Date
fi
332d5b5fa0 Remove netbox from hosts.nix 2025-10-29 01:47:44 +01:00
fi
74393a25c5 Update element-web to 1.12.2 2025-10-29 01:44:53 +01:00
fi
9d8016ab44 Update mastodon to 4.4.8 2025-10-29 01:39:00 +01:00
3 changed files with 4 additions and 8 deletions

View file

@ -16,14 +16,14 @@ let
};
mastodonNekoverseOverlay = final: prev: {
mastodon = (prev.mastodon.override rec {
version = "4.4.6";
version = "4.4.8";
srcOverride = final.applyPatches {
src = pkgs.stdenv.mkDerivation {
name = "mastodonWithThemes";
src = pkgs.fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v${version}";
sha256 = "sha256-lqlte21kQUompQAH2rvceiuRY5jG5ZJUK8rWyHN2suQ=";
sha256 = "sha256-EE0A9EH+8ND9Whig2dhM27EONjJfdVtd9g+Mo0/2iHo=";
};
# mastodon ships with broken symlinks, disable the check for that for now
dontCheckForBrokenSymlinks = true;

View file

@ -1,9 +1,9 @@
{ pkgs, ... }:
let
elementWebVersion = "1.12.0";
elementWebVersion = "1.12.2";
element-web = pkgs.fetchzip {
url = "https://github.com/vector-im/element-web/releases/download/v${elementWebVersion}/element-v${elementWebVersion}.tar.gz";
sha256 = "sha256-2kXQFUhLYyEKuXYw+n94JGlTN2VJHRpjmu78u8gdaro=";
sha256 = "sha256-EZtySIQHgb+Boq97LhzFYKTEO///6YMH3O2DrAy+7Fs=";
};
elementWebSecurityHeaders = ''
# Configuration best practices

View file

@ -76,10 +76,6 @@ in
site = "vs";
environment = "proxmox";
};
netbox = {
site = "vs";
environment = "proxmox";
};
nextcloud = {
site = "vs";
environment = "proxmox";