machines: disable myve mount
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
b5cbecc775
commit
b935ad4f84
2 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
storage.mnt = ["gayme" "gaymer" "myve"];
|
storage.mnt = [
|
||||||
|
"gayme"
|
||||||
|
"gaymer"
|
||||||
|
#// "myve"
|
||||||
|
];
|
||||||
|
|
||||||
vm.passthrough = {
|
vm.passthrough = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#// programs.ryzenadj.enable = true;
|
#// programs.ryzenadj.enable = true;
|
||||||
|
|
||||||
services.fw-fanctrl.enable = true;
|
services.fw-fanctrl.enable = true;
|
||||||
settings.storage.mnt = ["myve"];
|
#// settings.storage.mnt = ["myve"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.keyd.keyboards.default.settings.main.rightcontrol = "layer(altgr)"; # No Ctrl_R
|
services.keyd.keyboards.default.settings.main.rightcontrol = "layer(altgr)"; # No Ctrl_R
|
||||||
|
|
Loading…
Add table
Reference in a new issue