diff options
| author | andromeda <andromeda@lenovo> | 2026-01-14 05:31:48 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-14 05:31:48 +0100 |
| commit | 6fb816f27c40720dc360cc1434e6df6002731782 (patch) | |
| tree | b8e32202553b56257a1f6091cd76097d0b236f5f /substitutors.nix | |
| parent | c0e92a4ef3e61f4589d32b7b5dc7814a60c99540 (diff) | |
reenable ipv6; reconfigure browser
Diffstat (limited to 'substitutors.nix')
| -rw-r--r-- | substitutors.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/substitutors.nix b/substitutors.nix new file mode 100644 index 0000000..079d8af --- /dev/null +++ b/substitutors.nix @@ -0,0 +1,8 @@ +{ + # spectrum + nix.settings.substituters = ["https://cache.dataaturservice.se/spectrum/"]; + nix.settings.trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "spectrum-os.org-2:foQk3r7t2VpRx92CaXb5ROyy/NBdRJQG2uX2XJMYZfU=" + ]; +} |
