fix sudo
This commit is contained in:
parent
b5284cc23f
commit
c1ad516a6c
|
@ -29,7 +29,7 @@ getProperties "clam" =
|
|||
, User.nonsystem "joey"
|
||||
, User.nuked "user"
|
||||
, Apt.installed ["sudo"]
|
||||
, fileHasContent "/etc/sudoers" ["joey ALL=(ALL:ALL) ALL"]
|
||||
, lineInfFile "/etc/sudoers" "joey ALL=(ALL:ALL) ALL"
|
||||
, GitHome.installedFor "joey"
|
||||
, Apt.removed ["exim4"] `onChange` Apt.autoRemove
|
||||
, Apt.installed ["tor"]
|
||||
|
|
Loading…
Reference in New Issue