add lumi cache example

auto-flake-update
Yorick van Pelt 2018-11-20 22:39:16 +01:00
parent 6922a4e3a0
commit 2cadffe730
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
{ config, lib, pkgs, ... }:
let
nixnetrc = pkgs.writeText "netrc" ''
machine cache.lumi.guide
login lumi
password aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=
'';
in
{
imports = [
<yori-nix/roles/graphical.nix>