about summary refs log tree commit diff stats
path: root/modules/by-name/ru/rust-motd/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-08 10:27:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-23 18:27:32 +0200
commit19038e16d16fa4899922983178903274b1250c92 (patch)
treef3db87a8a2bdf0f91a236b87ff8c331f072f528c /modules/by-name/ru/rust-motd/module.nix
parentmodules/rust-motd: Generate the banner ahead of time (diff)
downloadnixos-server-19038e16d16fa4899922983178903274b1250c92.zip
modules/rust-motd: Remove pointless ssl certificate section
The certificates are auto-renewed. As such, we don't need to know, when
they expire.
Diffstat (limited to '')
-rw-r--r--modules/by-name/ru/rust-motd/module.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/by-name/ru/rust-motd/module.nix b/modules/by-name/ru/rust-motd/module.nix
index 7f3b44f..d7f01cf 100644
--- a/modules/by-name/ru/rust-motd/module.nix
+++ b/modules/by-name/ru/rust-motd/module.nix
@@ -64,15 +64,6 @@ in {
           prefix = "Uptime:";
         };
 
-        # ssl_certificates = {
-        #   sort_method = "manual";
-        #
-        #   certs = {
-        #     "server1.vhack.eu" = "/var/lib/acme/server1.vhack.eu/cert.pem";
-        #     "vhack.eu" = "/var/lib/acme/vhack.eu/cert.pem";
-        #   };
-        # };
-
         filesystems = {
           root = "/";
           persistent = "/srv";