fix nuc zsh history

This commit is contained in:
Rouven Seifert 2023-06-08 10:16:06 +02:00
parent 92cc45ed63
commit 988ab5a0d0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 3 additions and 1 deletions

View file

@ -30,6 +30,7 @@
directories = [ directories = [
"/etc/nixos" "/etc/nixos"
"/etc/ssh" "/etc/ssh"
"/root/.local/share/zsh"
]; ];
files = [ files = [
"/etc/machine-id" "/etc/machine-id"

View file

@ -140,7 +140,8 @@
openFirewall = true; openFirewall = true;
}; };
virtualisation.libvirtd.enable = true; # disabled until https://github.com/NixOS/nixpkgs/issues/236501 in fixed
# virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true; virtualisation.spiceUSBRedirection.enable = true;
# fix to enable secure boot in vms # fix to enable secure boot in vms