diff options
author | jeschli <jeschli@gmail.com> | 2018-12-04 19:27:27 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-12-04 19:27:27 +0100 |
commit | 5030b74cc5c578bb82619a24592504a6008f1a10 (patch) | |
tree | 0551e3ddb94353b7438bec02174bf3379bc89b87 /tv/krops.nix | |
parent | 78b289201987675844aa37abeb4279eb4051ebe0 (diff) | |
parent | 82988de84c177c247ebbe80940c4d50b9f073b4e (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'tv/krops.nix')
-rw-r--r-- | tv/krops.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/krops.nix b/tv/krops.nix index e922630f7..af0e8616a 100644 --- a/tv/krops.nix +++ b/tv/krops.nix @@ -7,7 +7,7 @@ ; source = lib.evalSource [ - krebs-source + (krebs-source { test = true; }) { nixos-config.symlink = "stockholm/tv/1systems/${name}/config.nix"; secrets.file = toString ./dummy_secrets; |