From 19038e16d16fa4899922983178903274b1250c92 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 8 Jun 2025 10:27:11 +0200 Subject: modules/rust-motd: Remove pointless ssl certificate section The certificates are auto-renewed. As such, we don't need to know, when they expire. --- modules/by-name/ru/rust-motd/module.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/by-name/ru/rust-motd') 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"; -- cgit 1.4.1