{
...
}:
{
imports = [
./nix.nix
];
nix = {
settings = {
auto-optimise-store = true;
};
};
nixpkgs.config.allowUnfree = true;
services.angrr.enableNixGcIntegration = true;
system.autoUpgrade = {
enable = true;
};
}
system/settings/configuration/nix-linux.nix (view raw)