tweak nix
This commit is contained in:
parent
f7fb5f8734
commit
734e71b87f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
grep = "grep --color=auto";
|
||||
ln = "ln -v";
|
||||
mv = "mv -v";
|
||||
rebuild_system = "sudo nixos-rebuild --flake /persist/home/.nixos-config#Skipper --cores 0 --max-jobs 8";
|
||||
rebuild_system = "sudo nixos-rebuild --flake /persist/home/.nixos-config#Skipper --cores 0";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
2
nix.nix
2
nix.nix
|
@ -1,6 +1,6 @@
|
|||
{ ... }: {
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
trusted-substituters = [
|
||||
"https://nix-community.cachix.org/"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
|
|
Loading…
Reference in a new issue