feat(elcafe): add new server configuration

This commit is contained in:
2025-11-02 00:00:12 +01:00
parent 4658b8392e
commit 22e21be60a
8 changed files with 205 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
{lib, ...}:
{
imports = [
./amdgpu.nix
@@ -7,4 +8,5 @@
./opentablet.nix
./sound.nix
];
hardware.enableRedistributableFirmware = lib.mkDefault true;
}