fixed nextcloud and put server on nixpkgs stable

This commit is contained in:
Schrottkatze 2023-02-08 12:48:31 +01:00
parent 5d24913bb9
commit a3774937b7
5 changed files with 5 additions and 3 deletions

View file

@ -13,6 +13,8 @@
./vaultwarden.nix
./nextcloud.nix
./mumble.nix
../modules/neovim.nix
../modules/zsh.nix
];
#systemd.services.wordsofgod-bot.enable = true;

View file

@ -12,7 +12,7 @@
};
package = pkgs.nextcloud25;
extraApps = with pkgs.nextcloud25Packages.apps; {
inherit bookmarks calendar contacts deck keeweb mail news notes onlyoffice polls tasks twofactor_webauthn;
inherit bookmarks calendar contacts news tasks;
};
extraAppsEnable = true;
hostName = "wolke.schrottkatze.de";