feat(mottarone): add virtualbox stuff
This commit is contained in:
parent
6bda555040
commit
d825dd69e0
2 changed files with 10 additions and 0 deletions
|
@ -199,6 +199,7 @@ in
|
|||
"libvirtd"
|
||||
"input"
|
||||
"docker"
|
||||
"vboxusers"
|
||||
];
|
||||
hashedPasswordFile = secrets.get "userPassword";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
@ -74,4 +74,13 @@
|
|||
systemd.tmpfiles.rules = [
|
||||
"L+ /opt/liberica-17 - - - - ${camascaPkgs.liberica-17}"
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = lib.mkForce false;
|
||||
virtualisation = {
|
||||
libvirtd.enable = lib.mkForce false;
|
||||
virtualbox.host = {
|
||||
enableKvm = true;
|
||||
addNetworkInterface = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue