diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 10:52:43 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 10:52:43 +0200 |
commit | 2b3030c7b27f98b8f00d91c63bd60c980e64071b (patch) | |
tree | 9c9f0d33202f45e83e1db00d4f7b273cc435b799 /0make/makefu | |
parent | 461bacfd6a63ee1d4c12805724c408fb21ff9b7d (diff) |
makefu: init pnp
this is the first entry for my hosts, it provides only very basic support
with a lot of copy-paste from tv/lass
Diffstat (limited to '0make/makefu')
-rw-r--r-- | 0make/makefu/pnp.makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0make/makefu/pnp.makefile b/0make/makefu/pnp.makefile index c2099f748..a18efe0e0 100644 --- a/0make/makefu/pnp.makefile +++ b/0make/makefu/pnp.makefile @@ -1,4 +1,4 @@ -deploy_host := root@uriel +deploy_host := root@pnp nixpkgs_url := https://github.com/nixos/nixpkgs -nixpkgs_rev := 961fcbabd7643171ea74bd550fee1ce5c13c2e90 +nixpkgs_rev := 4c01e6d91993b6de128795f4fbdd25f6227fb870 secrets_dir := /home/makefu/secrets/pnp |