NetworkManager: move keyfile from samples/, add rename=true

This commit is contained in:
Aminda Suomalainen 2024-08-11 08:46:27 +03:00
parent a66f30dc2e
commit 63a762c200
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1,9 @@
[keyfile]
# Disable misbehaving NIC
#unmanaged-devices=mac:xx:xx:xx:xx:xx:xx
#hostname=HOSTNAME_TO_SEND_TO_DHCPD
# When renaming profiles, also rename the file. Comes with the risk of
# breaking scripts, but I don't have any of those for this to break.
rename=true
# vim: filetype=NetworkManager.conf

View File

@ -1,6 +0,0 @@
#[keyfile]
# Disable misbehaving NIC
#unmanaged-devices=mac:xx:xx:xx:xx:xx:xx
#hostname=HOSTNAME_TO_SEND_TO_DHCPD
# vim: filetype=NetworkManager.conf