parent
b26dc3320f
commit
5e91034390
|
@ -14,22 +14,22 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
|
||||||
useSandbox = true;
|
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
binaryCaches =
|
settings = {
|
||||||
[ "https://xe.cachix.org" "https://nix-community.cachix.org" ];
|
auto-optimise-store = true;
|
||||||
binaryCachePublicKeys = [
|
sandbox = true;
|
||||||
"xe.cachix.org-1:kT/2G09KzMvQf64WrPBDcNWTKsA79h7+y2Fn2N7Xk2Y="
|
substituters =
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
[ "https://xe.cachix.org" "https://nix-community.cachix.org" ];
|
||||||
];
|
trusted-users = [ "root" "cadey" ];
|
||||||
|
trusted-public-keys = [
|
||||||
trustedUsers = [ "root" "cadey" ];
|
"xe.cachix.org-1:kT/2G09KzMvQf64WrPBDcNWTKsA79h7+y2Fn2N7Xk2Y="
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.loginLimits = [{
|
security.pam.loginLimits = [{
|
||||||
|
|
Loading…
Reference in New Issue