Remove non-ascii chars 🎨 #1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 VM's 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 password-based auth, only allow key-based
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PermitRootLogin = "prohibit-password";
|
settings.PermitRootLogin = "prohibit-password";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue