tangled
alpha
login
or
join now
m1emi1em.dev
/
nixos-flake
1
fork
atom
Personal NixOS flake
1
fork
atom
overview
issues
pulls
pipelines
feat: add nix-community cachix
m1emi1em.dev
8 months ago
ce917a16
bc5f7b95
+2
1 changed file
expand all
collapse all
unified
split
base-system.nix
+2
base-system.nix
···
113
113
experimental-features = ["nix-command" "flakes"];
114
114
trusted-users = ["root" "emily"];
115
115
substituters = [
116
116
+
"https://nix-community.cachix.org"
116
117
];
117
118
trusted-public-keys = [
119
119
+
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
118
120
];
119
121
};
120
122
gc = {