From 8e72053bca8102221eca4390c8cc5e80a6a1f800 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:36:50 +0400 Subject: [PATCH] woohoo --- hosts/sakotop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 66586d38..dca131e5 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -115,6 +115,9 @@ services.xserver.videoDrivers = ["nvidia"]; + # homelab + security.pki.certificateFiles = ["/root/homelab.crt"]; + # Enable the OpenSSH daemon. # services.openssh.enable = true;