mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
nixUtils: migrated some options into a hostsModulle
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# some options are in ../../hostsModules/laptop/nixos/nixUtils.nix
|
||||
{
|
||||
pkgs-unstable,
|
||||
inputs,
|
||||
@@ -9,9 +10,6 @@
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 7d"; # every week delete generations older than a month
|
||||
};
|
||||
# nixpkgs-review crashed my laptop multiple times.
|
||||
nix.settings.max-jobs = 2;
|
||||
nix.settings.cores = 2;
|
||||
|
||||
#manix is unhappy without this
|
||||
nix.nixPath = [
|
||||
|
||||
Reference in New Issue
Block a user