diff --git a/fedora-minimal/fedora-minimal.sh b/fedora-minimal/fedora-minimal.sh index 39fae55..f25c4a8 100644 --- a/fedora-minimal/fedora-minimal.sh +++ b/fedora-minimal/fedora-minimal.sh @@ -42,19 +42,19 @@ systemctl disable --now systemd-timesyncd systemctl mask systemd-timesyncd # Harden SSH -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf /etc/ssh/ssh_config.d/10-custom.conf +download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/etc/ssh/ssh_config.d/10-custom.conf /etc/ssh/ssh_config.d/10-custom.conf chmod 644 /etc/ssh/ssh_config.d/10-custom.conf # Security kernel settings -download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf /etc/modprobe.d/workstation-blacklist.conf +download https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/etc/modprobe.d/blacklist.conf /etc/modprobe.d/workstation-blacklist.conf sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf +download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf # Dracut doesn't seem to work - need to investigate # dracut -f # sudo sysctl -p # Setup ZRAM -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf +download https://raw.githubusercontent.com/Metropolis-Nexus/Common-Files/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf # Install necessary packages sudo dnf install -y qubes-core-agent-selinux diff --git a/fedora-minimal/sys-net.sh b/fedora-minimal/sys-net.sh index e57f06e..4677d92 100644 --- a/fedora-minimal/sys-net.sh +++ b/fedora-minimal/sys-net.sh @@ -29,8 +29,8 @@ sudo dnf install -y @hardware-support arc-theme chrony gnome-keyring fwupd-qubes # Setup NTS sudo rm -rf /etc/chrony.conf -download https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf /etc/chrony.conf -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysconfig/chronyd /etc/sysconfig/chronyd +download https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/chrony.conf /etc/chrony.conf +download https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/sysconfig/chronyd /etc/sysconfig/chronyd # Theming sudo mkdir -p /etc/gtk-3.0 @@ -40,8 +40,8 @@ sudo mkdir -p /etc/gtk-4.0 download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini # Networking -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/00-macrandomize.conf /etc/NetworkManager/conf.d/00-macrandomize.conf -download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/01-transient-hostname.conf /etc/NetworkManager/conf.d/01-transient-hostname.conf +download https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/NetworkManager/conf.d/00-macrandomize.conf /etc/NetworkManager/conf.d/00-macrandomize.conf +download https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/refs/heads/main/etc/NetworkManager/conf.d/01-transient-hostname.conf /etc/NetworkManager/conf.d/01-transient-hostname.conf sudo hostnamectl hostname 'localhost' sudo hostnamectl --transient hostname ''