Compare commits

..

No commits in common. "aef4e331ae084296325ac91d52571b445fffeb4e" and "1dde4c769e3c0fd323af9a39d1b01a7754c90bdc" have entirely different histories.

3 changed files with 2 additions and 21 deletions

View file

@ -9,20 +9,6 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud30; package = pkgs.nextcloud30;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps)
calendar
contacts
files_texteditor
files_markdown
mail
notes
spreed
tasks
twofactor_backupcodes
twofactor_totp
;
};
hostName = "nc.hoyer.xyz"; hostName = "nc.hoyer.xyz";
https = true; https = true;
configureRedis = true; configureRedis = true;

View file

@ -1,9 +1,4 @@
{ { pkgs, lib, config, ... }:
pkgs,
lib,
config,
...
}:
{ {
users.users.nginx.extraGroups = [ "acme" ]; users.users.nginx.extraGroups = [ "acme" ];
services.nginx = { services.nginx = {