summaryrefslogtreecommitdiff
path: root/HostProp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HostProp.hs')
-rw-r--r--HostProp.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/HostProp.hs b/HostProp.hs
index 1db3dcf9..7a98c5a5 100644
--- a/HostProp.hs
+++ b/HostProp.hs
@@ -25,7 +25,6 @@ getProperties "clam" =
, Apt.stdSourcesList Apt.Unstable `onChange` Apt.upgrade
, Apt.installed ["etckeeper"]
, Apt.installed ["ssh"]
- , Apt.installed ["git", "myrepos"]
, GitHome.installedFor "root"
-- Harden the system, but only once root's authorized_keys
-- is safely in place.
@@ -38,7 +37,6 @@ getProperties "clam" =
, lineInFile "/etc/sudoers" "joey ALL=(ALL:ALL) ALL"
, GitHome.installedFor "joey"
-- Clam is a tor bridge.
- , Apt.installed ["tor"]
, Tor.isBridge
-- Should come last as it reboots.
, Apt.installed ["systemd-sysv"] `onChange` Reboot.scheduled "+10"