add network configurations
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e /etc/iwd/main.conf ]; then
|
||||
sudo rm /etc/iwd/main.conf
|
||||
fi
|
||||
|
||||
install_dotfiles "/" "$DOTFILES_DIR" "iwd"
|
||||
@@ -8,6 +8,7 @@ INSTALLING DOTFILES:
|
||||
. "$DOTFILES_DIR/install-fuzzel.sh"
|
||||
. "$DOTFILES_DIR/install-ghostty.sh"
|
||||
. "$DOTFILES_DIR/install-helix.sh"
|
||||
. "$DOTFILES_DIR/install-iwd.sh"
|
||||
. "$DOTFILES_DIR/install-mako.sh"
|
||||
. "$DOTFILES_DIR/install-mango.sh"
|
||||
. "$DOTFILES_DIR/install-scooter.sh"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
EnableNetworkConfiguration=true
|
||||
UseDefaultInterface=true
|
||||
AddressRandomization=network
|
||||
AddressRandomizationRange=full
|
||||
|
||||
[Network]
|
||||
NameResolvingService=resolvconf
|
||||
EnableIPv6=false
|
||||
|
||||
[Scan]
|
||||
DisablePeriodicScan=true
|
||||
Reference in New Issue
Block a user