diff options
author | tv <tv@krebsco.de> | 2015-11-09 18:01:06 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-09 18:01:06 +0100 |
commit | a5e0beaeb928f96a83908d3ac9a64bfbc0b8fd14 (patch) | |
tree | f6fca78ce9dcca576282a34b6d9f19b81cbed061 /tv | |
parent | 619e0ea9489d4d3e141671f600598468b26b4e72 (diff) |
tv: rm crufty comments & space
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mkdir.nix | 1 | ||||
-rw-r--r-- | tv/1systems/xu.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/mkdir.nix b/tv/1systems/mkdir.nix index 6ae4f80e8..9d8a0bcfa 100644 --- a/tv/1systems/mkdir.nix +++ b/tv/1systems/mkdir.nix @@ -17,7 +17,6 @@ in { krebs.build.host = config.krebs.hosts.mkdir; - krebs.build.target = "root@${primary-addr4}"; imports = [ diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 1a9dddb55..94656ab61 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -212,7 +212,6 @@ with lib; security.setuidPrograms = [ "sendmail" # for cron - #"slock" ]; services.printing.enable = true; |