diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 00:52:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 00:52:02 -0400 |
| commit | e812acce3e46b7dd259783fc28c2c65d4ad7a228 (patch) | |
| tree | 0e4fb9437427d5b58cfaaee77d3025a6c8c93498 /HostProp.hs | |
| parent | 08a0a46efe9b96ba741d4cd28451e313726dcba4 (diff) | |
improvements
Diffstat (limited to 'HostProp.hs')
| -rw-r--r-- | HostProp.hs | 2 |
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" |
