nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 833c09bfe289ff824e584d063d99ad4dafc8895c
parent 48a8d7bb100f097fd9b92740174d67285072bf1c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 12 Aug 2023 15:31:08 +0200

Use correct variable

Diffstat:
Mnixos/worker-1/configuration.nix | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -59,6 +59,9 @@ auto-optimise-store = true; # Sandbox sandbox = true; + # Build locally + trusted-substituters = [ ]; + substituters = [ ]; }; gc = { @@ -67,8 +70,6 @@ options = "--delete-older-than 60d"; }; - # Build locally - binaryCaches = [ ]; }; # General stuff