add crypto

This commit is contained in:
zack 2025-07-22 20:21:21 -04:00
parent 90cbe489f6
commit af6a3bce3e
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
120 changed files with 24616 additions and 462 deletions

View file

@ -24,9 +24,9 @@ with lib.custom; let
echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
# Isolate host to core 0
systemctl set-property --runtime -- user.slice AllowedCPUs=0-8
systemctl set-property --runtime -- system.slice AllowedCPUs=0-8
systemctl set-property --runtime -- init.scope AllowedCPUs=0-8
systemctl set-property --runtime -- user.slice AllowedCPUs=0-15
systemctl set-property --runtime -- system.slice AllowedCPUs=0-15
systemctl set-property --runtime -- init.scope AllowedCPUs=0-15
# disable vpn
mullvad disconnect -w
@ -237,9 +237,11 @@ in {
ln -Tfs /etc/libvirt/hooks /var/lib/libvirt/hooks
'';
environment.systemPackages = with pkgs; [
libguestfs-with-appliance
];
# environment.systemPackages = with pkgs; [
# libguestfs
# ];
networking.firewall.trustedInterfaces = ["virbr0"];
environment.etc = {
"/libvirt/hooks/qemu" = {

View file

@ -37,7 +37,7 @@ in {
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
# Currently alpha-quality/buggy, so false is currently the recommended setting.
open = true;
open = false;
# Enable the Nvidia settings menu,
# accessible via `nvidia-settings`.