1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Alias services.prometheus.exporters.endlessh-go to services.endlessh-go.prometheus and make allowUnfree global

This commit is contained in:
RGBCube 2024-05-11 23:20:41 +03:00
parent c672670677
commit 6be5421a26
No known key found for this signature in database
5 changed files with 31 additions and 22 deletions

View file

@ -101,6 +101,8 @@
(filter (value: value ? overlays.default))
(map (value: value.overlays.default))
];
nixpkgs.config.allowUnfree = true; # IDGAF anymore.
};
homeManagerModule = { lib, ... }: with lib; {