diff options
author | makefu <github@syntax-fehler.de> | 2015-11-06 23:54:27 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-06 23:54:27 +0100 |
commit | 288324507c03548286f37e1810cebb22813b8001 (patch) | |
tree | 39e2bf8609ad2b7009c2c55103cd3ece1f9b4bef /makefu/1systems/pnp.nix | |
parent | 9a0e67cf65c5a827df7fca7573f47f3a43474df6 (diff) |
m 2: base -> default, rm base-sources
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 27c5ff2e1..161bfa3e9 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -8,8 +8,6 @@ imports = [ # Include the results of the hardware scan. # Base - ../2configs/base.nix - ../2configs/base-sources.nix ../2configs/tinc-basic-retiolum.nix ../2configs/headless.nix @@ -45,8 +43,6 @@ }; krebs.build.host = config.krebs.hosts.pnp; - krebs.build.user = config.krebs.users.makefu; - krebs.build.target = "root@pnp"; nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; |