chore: Updates
This commit is contained in:
parent
913562b98b
commit
0e966c6201
5 changed files with 163 additions and 8 deletions
|
@ -29,10 +29,8 @@ in {
|
|||
# Headphone jack on laptop
|
||||
{ "node.name" = "alsa_output.pci-0000_00_1f.3.analog-stereo"; }
|
||||
];
|
||||
actions = {
|
||||
update-props = {
|
||||
"session.suspend-timeout-seconds" = 0;
|
||||
};
|
||||
actions.update-props = {
|
||||
"session.suspend-timeout-seconds" = 0;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -10,11 +10,13 @@ in {
|
|||
host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
enableHardening = true;
|
||||
};
|
||||
guest = {
|
||||
enable = true;
|
||||
clipboard = true;
|
||||
seamless = true;
|
||||
vboxsf = false; # Module not found?...
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue