Skip to content

Commit

Permalink
[nixos/server] enable qemu guest agent
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub authored Dec 18, 2024
1 parent 079aba3 commit 18ea80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ in {
# Set your time zone.
time.timeZone = "Europe/Berlin";

# qemu guest agent
services.qemuGuest.enable = true;

# Security - PAM
security.pam.sshAgentAuth.enable = true;
security.pam.services.sudo.sshAgentAuth = true;
Expand Down

0 comments on commit 18ea80b

Please sign in to comment.