From f10ebc4e7785efc1db99219591c989cc9a68a940 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:46:57 -0700 Subject: [PATCH] Chmod --- nixos/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/linux.nix b/nixos/linux.nix index 3c7eb47..2e0ffc5 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -262,7 +262,7 @@ in { -subj "/CN=mainframe.philippeterson.com" \ -keyout "$SSL_DIR/server.key" \ -out "$SSL_DIR/server.crt" - chmod 640 "$SSL_DIR/server.key" + chmod 600 "$SSL_DIR/server.key" chmod 644 "$SSL_DIR/server.crt" chown 999:999 "$SSL_DIR/server.key" "$SSL_DIR/server.crt" fi