1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-03-05 22:00:10 -05:00
parent c49995771d
commit bb5b9aa09e
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 24 additions and 0 deletions

View file

@ -2,6 +2,13 @@
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "root" "rae" ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
nixpkgs = {
config.allowUnfree = true;