summaryrefslogtreecommitdiffstats
path: root/1systems/pnp.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-06 23:54:27 +0100
committermakefu <github@syntax-fehler.de>2015-11-06 23:54:27 +0100
commitb630a10e40506b45e29558afb5729b4241369e7b (patch)
tree36984a9577021da0a64bfc4c6beba5ddeabad18b /1systems/pnp.nix
parente53b817438488046d9f9301f1a3838b4c69cfbe4 (diff)
m 2: base -> default, rm base-sources
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index 27c5ff2e1..161bfa3e9 100644
--- a/1systems/pnp.nix
+++ b/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; };