This commit is contained in:
parent
245c5a7d27
commit
6088d13939
8 changed files with 123 additions and 58 deletions
|
|
@ -64,14 +64,15 @@ in
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
||||
# orcaslicer
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
1880
|
||||
2021
|
||||
4711
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
1880
|
||||
5353
|
||||
2021
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"${inputs.nixos-hardware}/framework/13-inch/7040-amd"
|
||||
];
|
||||
hardware.framework.laptop13.audioEnhancement.enable = true;
|
||||
# hardware.framework.laptop13.audioEnhancement.hideRawDevice = false;
|
||||
hardware.framework.laptop13.audioEnhancement.hideRawDevice = false;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue