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
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "impala"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "iwd"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "openresolv"
|
||||
@@ -20,6 +20,8 @@ INSTALLING PACKAGES:
|
||||
. "$PACKAGES_DIR/install-ghostty.sh"
|
||||
. "$PACKAGES_DIR/install-grim.sh"
|
||||
. "$PACKAGES_DIR/install-helix.sh"
|
||||
. "$PACKAGES_DIR/install-impala.sh"
|
||||
. "$PACKAGES_DIR/install-iwd.sh"
|
||||
. "$PACKAGES_DIR/install-less.sh"
|
||||
. "$PACKAGES_DIR/install-libnotify.sh"
|
||||
. "$PACKAGES_DIR/install-light.sh"
|
||||
@@ -27,6 +29,7 @@ INSTALLING PACKAGES:
|
||||
. "$PACKAGES_DIR/install-mangowc.sh"
|
||||
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
||||
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
||||
. "$PACKAGES_DIR/install-openresolv.sh"
|
||||
. "$PACKAGES_DIR/install-pipewire.sh"
|
||||
. "$PACKAGES_DIR/install-ripgrep.sh"
|
||||
. "$PACKAGES_DIR/install-rtkit.sh"
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e /etc/resolv.conf ]; then
|
||||
sudo rm /etc/resolv.conf
|
||||
fi
|
||||
install_service "iwd"
|
||||
@@ -8,6 +8,7 @@ INSTALLING SERVICES:
|
||||
|
||||
. "$SERVICES_DIR/install-chronyd.sh"
|
||||
. "$SERVICES_DIR/install-dbus.sh"
|
||||
. "$SERVICES_DIR/install-iwd.sh"
|
||||
. "$SERVICES_DIR/install-rtkit.sh"
|
||||
. "$SERVICES_DIR/install-seatd.sh"
|
||||
. "$SERVICES_DIR/install-socklog-unix.sh"
|
||||
|
||||
Reference in New Issue
Block a user