feat: allow unfree for my servers.
Some checks failed
default / build (push) Failing after 3m54s

This commit is contained in:
CronyAkatsuki 2026-01-21 18:29:26 +01:00
parent 5eb0bc96b6
commit 59ee5c8061

View file

@ -1,4 +1,6 @@
{
# Enable flakes
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
}