mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21: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 = [
|
directories = [
|
||||||
"/etc/nixos"
|
"/etc/nixos"
|
||||||
"/etc/ssh"
|
"/etc/ssh"
|
||||||
|
"/root/.local/share/zsh"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue