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;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
path = evalConfig ({ config, lib, pkgs, profiles, sources, ... }: {
|
path = evalConfig ({ config, lib, pkgs, ... }: {
|
||||||
imports = [
|
|
||||||
(import "${sources.nixpkgs-unstable}/nixos/modules/services/web-apps/nextcloud.nix")
|
|
||||||
];
|
|
||||||
|
|
||||||
disabledModules = [
|
|
||||||
"services/web-apps/nextcloud.nix"
|
|
||||||
];
|
|
||||||
environment.systemPackages = [ pkgs.htop ];
|
environment.systemPackages = [ pkgs.htop ];
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
|
|
Loading…
Reference in a new issue