From 2fb1cff6d5025dd435d9bf91ec153c20f3a1ac5f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:57:33 +0400 Subject: [PATCH] toes --- hosts/sakoserver/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 67b24428..203b60a5 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -56,6 +56,10 @@ # networking.firewall.allowedTCPPorts = []; # networking.firewall.allowedUDPPorts = []; + # To trust others, you first must trust yourself + # - Homless guy that looked like Sun Tzu + security.pki.certificateFiles = [ ./trust/homelab.pem ]; + modules.shell.tmux.enable = true; void = {