mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: enable virtualization for imilia
This commit is contained in:
parent
8f5852928d
commit
b1ae60c39c
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
||||||
true
|
true
|
||||||
else if (host == "iris") then
|
else if (host == "iris") then
|
||||||
true
|
true
|
||||||
|
else if (host == "imilia") then
|
||||||
|
true
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
spiceUSBRedirection.enable =
|
spiceUSBRedirection.enable =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue