nixos: finish bump to 20.03 including home-manager

This commit is contained in:
steveej 2020-06-10 20:40:15 +02:00
parent 6430cc374e
commit 0ca2cc885f
7 changed files with 20 additions and 32 deletions

View file

@ -53,15 +53,6 @@ in {
virtualisation = {
libvirtd = {
enable = true;
extraOptions = [
"--listen"
];
extraConfig = ''
listen_tls = 0
listen_tcp = 1
auth_tcp="none"
tcp_port = "16509"
'';
};
virtualbox.host = {