diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-01-17 00:15:46 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-01-17 00:15:46 +0100 |
| commit | fc900c0eebfba47aa4158b82b9df7af6cd7d0c52 (patch) | |
| tree | cdbc093195fa9d26dc63e7ac6882f72547d11be8 /modules/examples | |
| parent | ada4e36406eab99ba5153fea7c2c76ce3704cc18 (diff) | |
examples.lnl: add local cache
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 1d60ab6..f9f0e50 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -42,7 +42,7 @@ services.activate-system.enable = true; nix.binaryCachePublicKeys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ]; - nix.trustedBinaryCaches = [ https://cache.daiderd.com ]; + nix.trustedBinaryCaches = [ http://cache1 https://cache.daiderd.com ]; programs.nix-script.enable = true; @@ -404,7 +404,7 @@ kwmc config spawn left - kwmc config padding 28 1 1 1 + kwmc config padding 28 0 0 0 kwmc config gap 2 2 kwmc config display 1 padding 40 20 20 20 kwmc config display 1 gap 10 10 |
