mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: enable libvirtd
This commit is contained in:
parent
304e2de809
commit
0656828add
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
|||
plex.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# root SSH key for remote builds.
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOnN7NbaDhuuBQYPtlLtoUyyS6Q3cjJ/VPrw2IQ31R6F NixOS distributed build"
|
||||
|
|
Loading…
Reference in a new issue