diff options
author | Karel Kočí <cynerd@email.cz> | 2025-07-25 18:23:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-07-25 18:23:55 +0200 |
commit | 8afbb22725c833f011d5664b464c3790e8e4d239 (patch) | |
tree | 3a02ba1b580861938b26d700eeb0dc0de26d1c49 /nixos/configurations | |
parent | a5e84f1185d00235573cd0dc3fd6e2312e5d694d (diff) | |
download | nixos-personal-master.tar.gz nixos-personal-master.tar.bz2 nixos-personal-master.zip |
Diffstat (limited to 'nixos/configurations')
-rw-r--r-- | nixos/configurations/lipwig.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index ab61898..b841722 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -248,7 +248,6 @@ maps memories notes - onlyoffice phonetrack previewgenerator spreed @@ -273,17 +272,12 @@ license = "agpl3Plus"; }; passwords = pkgs.fetchNextcloudApp { - url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.5.1/passwords.tar.gz"; - hash = "sha256-v4IVpqbTN3TKORESFX+sJsiSrLkUc0b5Stj8CmznSIw="; + url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.7.0/passwords.tar.gz"; + hash = "sha256-SVItAtFRO/CbZ203ZS86inCZ+ZpGy0NUS3y2Xj1b+LI="; license = "agpl3Plus"; }; }; }; - # OnlyOffice ############################################################### - services.onlyoffice = { - enable = true; - hostname = "office.cynerd.cz"; - }; # Postgresql ############################################################### services.postgresql = { |