aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/configuration.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index df44b5a..ba29071 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -20,35 +20,6 @@
enable = true;
};
- services.nginx = {
- enable = true;
- virtualHosts = {
- root = "/var/www/site/";
- };
- };
-
- services.nextcloud = {
- enable = true;
- https = true;
- hostName = "cloud.schererleander.de";
- database.createLocally = true;
- config = {
- dbtype = "mysql";
- adminuser = "admin";
- adminpassFile = "/etc/admin-pass-file";
- };
-
- settings = {
- maintenace_window_start = 2;
- default_phone_region = "de";
- filelocking.enabled = true;
- };
-
- caching = {
- redis = true;
- };
- };
-
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
system.stateVersion = "25.05";