Added adaptive lighting

This commit is contained in:
Alejandro Angulo 2024-01-13 10:00:15 -08:00
parent ea351a8a38
commit c7507bce13
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 72 additions and 27 deletions

View file

@ -33,6 +33,13 @@
snowfall.namespace = "aa";
channels-config.allowUnfree = true;
# TODO: This should be temporary.
# See here:
# https://github.com/NixOS/nixpkgs/issues/269713
# https://github.com/project-chip/connectedhomeip/issues/25688
channels-config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
systems.modules.nixos = with inputs; [
agenix.nixosModules.default