Updated Systems

This commit is contained in:
kB01 2025-09-16 01:06:54 +02:00
parent 89b2d305d5
commit c046b956fc
No known key found for this signature in database

View file

@ -33,7 +33,7 @@
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
nix.optimise.automatic = true; nix.optimise.automatic = true;
channels-config.allowUnfree = false; channels-config.allowUnfree = true;
# Configure Flake Utils Plus # Configure Flake Utils Plus
supportedSystems = inputs.snowfall-lib.inputs.flake-utils-plus.lib.defaultSystems ++ ["i686-linux"]; supportedSystems = inputs.snowfall-lib.inputs.flake-utils-plus.lib.defaultSystems ++ ["i686-linux"];