From 2cadffe7300a970630729c81f4aea30db2af0d48 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 20 Nov 2018 22:39:16 +0100 Subject: [PATCH] add lumi cache example --- roles/workstation.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/workstation.nix b/roles/workstation.nix index e0cd4e1..4d26be7 100644 --- a/roles/workstation.nix +++ b/roles/workstation.nix @@ -1,4 +1,11 @@ { config, lib, pkgs, ... }: +let + nixnetrc = pkgs.writeText "netrc" '' + machine cache.lumi.guide + login lumi + password aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa= + ''; +in { imports = [