This commit is contained in:
Lukas Wurzinger 2024-08-06 23:35:29 +02:00
parent c5c75fc50a
commit 32106886fa
2 changed files with 0 additions and 7 deletions

View file

@ -11,7 +11,6 @@
inputs.hardware.nixosModules.common-pc-ssd
./printing.nix
./vm.nix
];
nixpkgs.hostPlatform = "x86_64-linux";
@ -28,6 +27,4 @@
system.stateVersion = "24.11";
powerManagement.cpuFreqGovernor = "performance";
networking.firewall.enable = false;
}

View file

@ -1,4 +0,0 @@
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}