downgrade nextcloud module
whoops, forgot to commit this bit in the remove-unstable commit, and lack energy to go back & amend & rebase
This commit is contained in:
parent
eae84263f5
commit
a8f7ee667d
1 changed files with 1 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue