From 46290db2be6a536714ed464ae16183c4480a9db0 Mon Sep 17 00:00:00 2001 From: dannydannydanny Date: Mon, 9 Jun 2025 21:59:02 +0200 Subject: [PATCH] chore: remove non-ascii chars :art: --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 09cdf4c..f2346cf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ { # We rely on the QEMU Guest Agent profile so that Proxmox can talk - # to the VM’s guest-agent. + # to the VM's guest-agent. imports = [ # Enables QEMU Guest Agent support in the VM (modulesPath + "/profiles/qemu-guest.nix") @@ -30,7 +30,7 @@ # Sudo: Do not require a password for wheel group security.sudo.wheelNeedsPassword = false; - # OpenSSH: disable password‐based auth, only allow key‐based + # OpenSSH: disable password-based auth, only allow key-based services.openssh = { enable = true; settings.PermitRootLogin = "prohibit-password"; -- 2.49.0