nextcloud draft

This commit is contained in:
2025-04-03 13:01:46 +02:00
parent e699b6cc42
commit a63014d4ea
2 changed files with 46 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
imports = [
# Include the results of the hardware scan.
# ./hardware-configuration.nix
../../modules/services/nextcloud-instance.nix
];
# Configure nix and garbage collection
@@ -35,6 +36,9 @@
settings.KbdInteractiveAuthentication = false;
};
services.nextcloud-instance.enable = true;
services.nextcloud-instance.instanceFQDN = "replace.me";
# Allow unfree packages
nixpkgs.config.allowUnfree = true;