diff options
author | makefu <github@syntax-fehler.de> | 2015-07-29 01:07:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-29 01:07:41 +0200 |
commit | 9575e56d6980cd9770befce5605eabd290ca5dbb (patch) | |
tree | 990f3149e39481ff3ec4de9b7d7d9e6c9458aa67 /makefu/1systems/pnp.nix | |
parent | f7e206b608a2844c4e81173a673369402f8da06b (diff) |
update paths in makefu cfg
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 1019c4d70..e28c82938 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -8,8 +8,8 @@ imports = [ # Include the results of the hardware scan. <nixpkgs/nixos/modules/profiles/qemu-guest.nix> - ../../2configs/makefu/base.nix - ../../2configs/makefu/cgit-retiolum.nix + ../2configs/base.nix + ../2configs/cgit-retiolum.nix ]; krebs.build.host = config.krebs.hosts.pnp; |