Updated configuration

This commit is contained in:
2024-03-23 09:32:03 +01:00
parent 7e82f983e7
commit f30ab384b0
3 changed files with 31 additions and 3 deletions

View File

@@ -17,7 +17,20 @@
../../modules/system/utils/locale.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"http://binarycache.example.com"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD"
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
# Bootloader.
boot.loader.efi.canTouchEfiVariables = true;