summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/mba.nix1
-rwxr-xr-xsystem/nanopi.nix1
-rw-r--r--system/settings/dev.nix3
3 files changed, 0 insertions, 5 deletions
diff --git a/system/mba.nix b/system/mba.nix
index cc8c81da..b1a17922 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -14,7 +14,6 @@
   networking = {
     hostName = "mba";
   };
-  services.tailscale.enable = true;
 
   services.activate-system.enable = true;
 
diff --git a/system/nanopi.nix b/system/nanopi.nix
index 66d9a9ac..1e7411fa 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -607,7 +607,6 @@ in
   services.caddy = {
     enable = true;
     globalConfig = ''
-      auto_https disable_redirects
       pki {
         ca home {
           name "Home CA"
diff --git a/system/settings/dev.nix b/system/settings/dev.nix
index 7d2e6193..b1817914 100644
--- a/system/settings/dev.nix
+++ b/system/settings/dev.nix
@@ -1,9 +1,6 @@
 { ... }: {
   services.caddy = {
     enable = true;
-    globalConfig = ''
-      auto_https disable_redirects
-    '';
     virtualHosts =
       let
         local_tls = ''