Skip to content

Commit 607e3c8

Browse files
committed
wireguard: Drop attributes substitution
Not need for those config snippets.
1 parent ba8dedd commit 607e3c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/sysconfig-configure-wireguard.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ storage:
8686
If you want to use the support in NetworkManager, you can import the WireGuard configuration with a oneshot unit:
8787

8888
.Example systemd service unit to import the WireGuard configuration
89-
[source,yaml,subs="attributes"]
89+
[source,yaml]
9090
----
9191
systemd:
9292
units:
@@ -127,7 +127,7 @@ Connection 'wg0' (18cd8e61-1cc2-43a2-9f2e-467b75cd99da) successfully added.
127127

128128
If you want to use `wg-quick` instead of the support in NetworkManager, you can add the following to your Butane config:
129129

130-
[source,yaml,subs="attributes"]
130+
[source,yaml]
131131
----
132132
systemd:
133133
units:

0 commit comments

Comments
 (0)