summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-29 11:56:31 +0200
committermakefu <github@syntax-fehler.de>2015-07-29 11:56:31 +0200
commit9381e5d28efa7d6a46a7c7d148ecb614f86080af (patch)
tree4d0c180f16d4cb8a64797048ed0361b4dac7ecc1 /makefu/1systems
parent9575e56d6980cd9770befce5605eabd290ca5dbb (diff)
parent82991c7c80dcf69c15fb5235afeb23455940311f (diff)
Update to nix-only build and user-toplevel
pnp now contains information about the target
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/pnp.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index e28c8293..4c4ce716 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/1systems/pnp.nix
@@ -12,6 +12,21 @@
../2configs/cgit-retiolum.nix
];
krebs.build.host = config.krebs.hosts.pnp;
+ krebs.build.user = config.krebs.users.makefu;
+ krebs.build.target = "root@pnp";
+
+ krebs.build.deps = {
+ nixpkgs = {
+ url = https://github.com/NixOS/nixpkgs;
+ rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870";
+ };
+ secrets = {
+ url = "/home/makefu/secrets/${config.krebs.build.host.name}";
+ };
+ stockholm = {
+ url = toString ../..;
+ };
+ };
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;