This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Changing networkd to NetworkManager.
next_step
Luigi Cruz
4 years ago
committed by
GitHub
parent
a10c50b1cf
commit
a297f7cca2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/roles/base/templates/etc/netplan/netcfg.yaml
+ 1
- 1
ansible/roles/base/templates/etc/netplan/netcfg.yaml
View File
@@ -1,6 +1,6 @@
network:
network:
version: 2
version: 2
renderer:
networkd
renderer:
NetworkManager
ethernets:
ethernets:
eth0:
eth0:
dhcp4: true
dhcp4: true
Write
Preview
Loading…
Cancel
Save