downgrade nextcloud module

whoops, forgot to commit this bit in the remove-unstable commit, and
lack energy to go back & amend & rebase
onlyoffice-nix
stuebinm 2023-09-27 23:26:04 +02:00
parent eae84263f5
commit a8f7ee667d
1 changed files with 1 additions and 8 deletions

View File

@ -12,14 +12,7 @@
isReadOnly = false;
};
};
path = evalConfig ({ config, lib, pkgs, profiles, sources, ... }: {
imports = [
(import "${sources.nixpkgs-unstable}/nixos/modules/services/web-apps/nextcloud.nix")
];
disabledModules = [
"services/web-apps/nextcloud.nix"
];
path = evalConfig ({ config, lib, pkgs, ... }: {
environment.systemPackages = [ pkgs.htop ];
services.nextcloud = {