Added adaptive lighting
This commit is contained in:
parent
ea351a8a38
commit
c7507bce13
3 changed files with 72 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue