[NixOS] Bump flake

This commit is contained in:
2025-09-15 17:56:49 -07:00
parent 23afe4a8b6
commit 32cd05a2b8
5 changed files with 70 additions and 57 deletions

View File

@@ -22,8 +22,11 @@
myModules.tts.enable = false;
hardware.enableRedistributableFirmware = true;
# nixpkgs.config.cudaSupport = true;
boot.loader.systemd-boot.configurationLimit = 5;
environment.systemPackages = with pkgs; [
android-studio
];
@@ -35,7 +38,7 @@
};
services.matter-server = {
enable = true;
enable = false;
logLevel = "debug";
extraArgs = ["--bluetooth-adapter=0" "--enable-test-net-dcl"];
};