home/yazi , virgil/vfio
This commit is contained in:
parent
4a7335198a
commit
1b6c6967d9
8 changed files with 168 additions and 13 deletions
|
|
@ -23,7 +23,7 @@
|
|||
nameservers = ["127.0.0.1" "::1"];
|
||||
};
|
||||
|
||||
services.dnscrypt-proxy2 = {
|
||||
services.dnscrypt-proxy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
listen_addresses = ["127.0.0.1:53" "[::1]:53"];
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
programs.virt-manager.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemuRunAsRoot = false;
|
||||
qemu.runAsRoot = false;
|
||||
onBoot = "ignore";
|
||||
onShutdown = "shutdown";
|
||||
};
|
||||
|
|
@ -80,6 +80,7 @@
|
|||
# wget
|
||||
git
|
||||
rose-pine-gtk-theme
|
||||
virtiofsd
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue