chore: get rid of DB school stuff
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-14 11:30:52 -05:00
parent 0e07a2e43a
commit 2757906d49
2 changed files with 0 additions and 7 deletions

View file

@ -105,7 +105,6 @@
(pkgs)
qemu
virtiofsd
virt-v2v
;
};

View file

@ -95,11 +95,6 @@
virtualisation = {
libvirtd.enable = true;
virtualbox.host = {
enable = true;
enableKvm = true;
addNetworkInterface = false;
};
waydroid.enable = true;
};
environment.systemPackages = builtins.attrValues {
@ -107,7 +102,6 @@
(pkgs)
qemu
powertop
virt-v2v
;
};