Compare commits

..

No commits in common. "32d407c6af19de9648b9945d6912629b401642b7" and "e75941094fc797bc1ca39a40c5f9d6d341c4b9d2" have entirely different histories.

View file

@ -2,7 +2,7 @@
{ {
# We rely on the QEMU Guest Agent profile so that Proxmox can talk # We rely on the QEMU Guest Agent profile so that Proxmox can talk
# to the VM's guest-agent. # to the VMs guest-agent.
imports = [ imports = [
# Enables QEMU Guest Agent support in the VM # Enables QEMU Guest Agent support in the VM
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
@ -30,7 +30,7 @@
# Sudo: Do not require a password for wheel group # Sudo: Do not require a password for wheel group
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
# OpenSSH: disable password-based auth, only allow key-based # OpenSSH: disable passwordbased auth, only allow keybased
services.openssh = { services.openssh = {
enable = true; enable = true;
settings.PermitRootLogin = "prohibit-password"; settings.PermitRootLogin = "prohibit-password";