aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-09-29 14:45:23 +0200
committerKarel Kočí <cynerd@email.cz>2025-09-29 14:45:23 +0200
commit7606d67ed1dc56b5b5f05b6423f7a5e81db05151 (patch)
tree50f8739567c66df05a7fd2273cb4e43675875481 /nixos
parent141932e06ba0bc3a5a561bd9594651079dea70f7 (diff)
downloadnixos-personal-7606d67ed1dc56b5b5f05b6423f7a5e81db05151.tar.gz
nixos-personal-7606d67ed1dc56b5b5f05b6423f7a5e81db05151.tar.bz2
nixos-personal-7606d67ed1dc56b5b5f05b6423f7a5e81db05151.zip
nixos: system updateHEADmaster
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configurations/lipwig.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix
index 2f5e242..a02f57c 100644
--- a/nixos/configurations/lipwig.nix
+++ b/nixos/configurations/lipwig.nix
@@ -251,7 +251,7 @@
twofactor_webauthn
;
# Additional modules can be fetched with:
- # NEXTCLOUD_VERSIONS=31 nix run nixpkgs#nc4nix -- -apps "passwords,money,integration_github,integration_gitlab"
+ # NEXTCLOUD_VERSIONS=31 nix run nixpkgs#nc4nix -- -apps "passwords,money,integration_github,integration_gitlab,fileslibreofficeedit"
fileslibreofficeedit = pkgs.fetchNextcloudApp {
url = "https://github.com/allotropia/nextcloud_files_libreoffice_edit/releases/download/v2.0.1/fileslibreofficeedit.tar.gz";
hash = "sha256-Xqx5snQWintYJG3Q1Crw22TkNw18DdADXkurMQqt3X8=";
@@ -273,8 +273,8 @@
license = "agpl3Plus";
};
passwords = pkgs.fetchNextcloudApp {
- url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.7.0/passwords.tar.gz";
- hash = "sha256-SVItAtFRO/CbZ203ZS86inCZ+ZpGy0NUS3y2Xj1b+LI=";
+ url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.9.0/passwords.tar.gz";
+ hash = "sha256-BMu7TPd6xwa/bSQOgN/wFPnK7AK0KgsUKqSqMatjqqw=";
license = "agpl3Plus";
};
};