From 988ab5a0d0c3751b532848e492e09d8f67f56231 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 8 Jun 2023 10:16:06 +0200 Subject: [PATCH] fix nuc zsh history --- hosts/nuc/default.nix | 1 + hosts/thinkpad/default.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/nuc/default.nix b/hosts/nuc/default.nix index d6636c4..45d33e4 100644 --- a/hosts/nuc/default.nix +++ b/hosts/nuc/default.nix @@ -30,6 +30,7 @@ directories = [ "/etc/nixos" "/etc/ssh" + "/root/.local/share/zsh" ]; files = [ "/etc/machine-id" diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 5e266d2..306b601 100755 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -140,7 +140,8 @@ 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; # fix to enable secure boot in vms