From 39e704e4c5896ac1986ebfdafc7556f80d40b7cb Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 03:01:24 +0200 Subject: remove services --- hosts/vps/configuration.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'hosts/vps/configuration.nix') 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"; -- cgit v1.3.1