diff options
author | tv <tv@krebsco.de> | 2016-02-08 01:07:03 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-08 01:07:03 +0100 |
commit | d98578e3e190463a341a94f2cc778ef886f9252d (patch) | |
tree | b7014811a1248c1e733c12f0a2025c2096eb0f3e /krebs | |
parent | ec7dc8a5ace37cdf1005cabd5a8554f4dc73727e (diff) |
rm krebs.build.target
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/build.nix | 8 | ||||
-rwxr-xr-x | krebs/5pkgs/test/infest-cac-centos7/notes | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/krebs/3modules/build.nix b/krebs/3modules/build.nix index 0da5dd38a..3530fd595 100644 --- a/krebs/3modules/build.nix +++ b/krebs/3modules/build.nix @@ -3,8 +3,6 @@ with lib; let - target = config.krebs.build // { user.name = "root"; }; - out = { # TODO deprecate krebs.build.host options.krebs.build.host = mkOption { @@ -17,12 +15,6 @@ let default = "/nix/var/nix/profiles/system"; }; - # TODO make krebs.build.target.host :: host - options.krebs.build.target = mkOption { - type = with types; nullOr str; - default = null; - }; - # TODO deprecate krebs.build.user options.krebs.build.user = mkOption { type = types.user; diff --git a/krebs/5pkgs/test/infest-cac-centos7/notes b/krebs/5pkgs/test/infest-cac-centos7/notes index b3beb392f..db80c0c6c 100755 --- a/krebs/5pkgs/test/infest-cac-centos7/notes +++ b/krebs/5pkgs/test/infest-cac-centos7/notes @@ -115,7 +115,6 @@ _: { users.extraUsers.root.openssh.authorizedKeys.keys = [ "$(cat ${krebs_ssh}.pub)" ]; - krebs.build.target = "$ip"; } EOF |