group
This commit is contained in:
parent
8dc67f7992
commit
f1bdccd263
1 changed files with 9 additions and 5 deletions
|
|
@ -14,11 +14,15 @@
|
||||||
machineType = "desktop";
|
machineType = "desktop";
|
||||||
programs.adbFastboot.enable = true;
|
programs.adbFastboot.enable = true;
|
||||||
emulation.aarch64.enable = true;
|
emulation.aarch64.enable = true;
|
||||||
hardware.hibernation.enable = false;
|
hardware = {
|
||||||
hardware.wakeOnLan.enable = true;
|
hibernation.enable = false;
|
||||||
hardware.sound.enable = true;
|
wakeOnLan.enable = true;
|
||||||
services.jellyfin.enable = true;
|
sound.enable = true;
|
||||||
services.ollama.enable = true;
|
};
|
||||||
|
services = {
|
||||||
|
jellyfin.enable = true;
|
||||||
|
ollama.enable = true;
|
||||||
|
};
|
||||||
i18n.enable = true;
|
i18n.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue