refactor: modularize audio-prod, audio, wsl, wine, networking

This commit is contained in:
Youwen Wu 2024-12-22 22:26:41 -08:00
parent 5cbd9e60cb
commit ee6f29eb57
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
9 changed files with 200 additions and 73 deletions

View file

@ -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;