feat: remove hypervisor and bump to jobserver branch

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-05-20 17:39:16 +02:00
parent 0de523fefb
commit 7d83f696dd
5 changed files with 9 additions and 92 deletions

View file

@ -36,14 +36,6 @@ in
'';
networking.firewall.allowedTCPPorts = [ 5432 ];
virtualisation.nvisor.vms = {
vm01 = {
config = { pkgs, ... }: {
environment.systemPackages = [ pkgs.hello ];
};
};
};
nix.buildMachines = [
{ hostName = "localhost";
systems = [