mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: modularize audio-prod, audio, wsl, wine, networking
This commit is contained in:
parent
5cbd9e60cb
commit
ee6f29eb57
9 changed files with 200 additions and 73 deletions
|
@ -14,6 +14,17 @@
|
|||
# ./apple-silicon-support
|
||||
];
|
||||
|
||||
liminalOS = {
|
||||
system = {
|
||||
audio.enable = true;
|
||||
networking = {
|
||||
enable = true;
|
||||
firewallPresets.vite = true;
|
||||
cloudflareNameservers.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue