diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/doretta/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index e911cf3..b29289e 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -16,6 +16,12 @@ networking.hostName = "doretta"; # Define your hostname. + security.pam.enableSSHAgentAuth = true; + + virtualisation.libvirtd = { + enable = true; + }; + # Set your time zone. time.timeZone = "US/Mountain"; @@ -43,7 +49,6 @@ environment.systemPackages = with pkgs; [ qemu - libvirt ]; # Some programs need SUID wrappers, can be configured further or are |
