diff options
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 2fb8e12..12eae60 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -48,7 +48,8 @@ services.cloudflare-dyndns.domains = ["minecraft.linus.onl"]; # Set up dukse server. Det er satme hårdt at være overduksepåmindelsesansvarlig. - services.duksebot.enable = true; + # TEMP: Closed for SOP. + # services.duksebot.enable = true; # Virtual hosts. services.nginx.enable = true; |