diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-08 17:41:10 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-08 17:41:10 -0600 |
| commit | ccd8f3e4d2b0ee04aa58f4252efe2ac16a00beaf (patch) | |
| tree | 36f27ec10dad72669daeb251636aaa825613190d /machines | |
| parent | 7275ade767b69b57d9ba0852f2fa200c5fe24ff1 (diff) | |
| parent | 840e268b9a52b1290d30406f200b44e1be4c4d19 (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
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 |
