diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-06 22:26:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-06 22:26:38 +0200 |
| commit | 4a3629e42cb3e1fbca4356cf789a8e79043cdc51 (patch) | |
| tree | e4f6b1099ee3319bcc2f018fdb8937b2eb362ce4 /Rakefile | |
| parent | 9abea6c57e018f6033dfa8ffc6cdcdfc86ece969 (diff) | |
initial config support
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ desc 'Set up wireguard mesh' task :wireguard do make_it_so do p option :verbose + dump_config only_when { hostname is :earth } file '/etc/wg/wg0.conf' do |
