mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
fix nuc zsh history
This commit is contained in:
parent
92cc45ed63
commit
988ab5a0d0
2 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
|||
directories = [
|
||||
"/etc/nixos"
|
||||
"/etc/ssh"
|
||||
"/root/.local/share/zsh"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue