add network configurations

This commit is contained in:
desolate
2026-06-01 10:41:12 +03:00
parent cb6624f417
commit 0bef633b6b
9 changed files with 39 additions and 0 deletions
+7
View File
@@ -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"
+1
View File
@@ -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"
+12
View File
@@ -0,0 +1,12 @@
[General]
EnableNetworkConfiguration=true
UseDefaultInterface=true
AddressRandomization=network
AddressRandomizationRange=full
[Network]
NameResolvingService=resolvconf
EnableIPv6=false
[Scan]
DisablePeriodicScan=true