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 = {