We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf4801 commit 301874eCopy full SHA for 301874e
core/bcache.nix
@@ -0,0 +1,15 @@
1
+{ ... }: {
2
+ nix.settings = {
3
+ substituters = [
4
+ "https://mrtnvgr.cachix.org"
5
+ "https://nix-community.cachix.org"
6
+ "https://nix-gaming.cachix.org"
7
+ ];
8
+
9
+ trusted-public-keys = [
10
+ "mrtnvgr.cachix.org-1:zV5Vv57wyo/NNdiLZg0IMjQSLLL0pkEbfeltQ0F4kL8="
11
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
12
+ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
13
14
+ };
15
+}
core/default.nix
@@ -5,6 +5,7 @@
./packages.nix
./fat.nix
./overlays.nix
+ ./bcache.nix
./home-manager.nix
./time-zone.nix
./physlock.nix
0 commit comments