add crypto
This commit is contained in:
parent
90cbe489f6
commit
af6a3bce3e
120 changed files with 24616 additions and 462 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue