nextcloud draft
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user