Skip to content

Commit

Permalink
fix: Drop DNS over TLS and SNTP due to reported issues/edge cases, wi…
Browse files Browse the repository at this point in the history
…ll reintroduce as an option.

chore: Remove script for Nvidia distrobox removal, no longer needed.
  • Loading branch information
KyleGospo committed Oct 17, 2023
1 parent d8aa71c commit 022625e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Variant designed for usage as an alternative to SteamOS on the Steam Deck, and f
- [Discover Overlay](https://github.com/trigg/Discover) for Discord pre-installed and automatically launches in both Gamemode and on the Desktop if Discord is installed. [View the official documentation here](https://trigg.github.io/Discover/bazzite).
- Exclusively uses ZRAM by default with the option to switch back to a swap file and set a custom size if desired. <sub><sup>(1GB by default)</sup></sub>
- Kyber I/O scheduler to prevent I/O starvation when installing games or during background `duperemove` and `rmlint` processes.
- TLS/SSL secured DNS and NTP by default. <sup><sub>(This is a handheld PC you're likely to use on random public networks after all)</sub></sup>
- Applies SteamOS's kernel parameters.
- Color calibrated display profiles for matte and reflective Steam Deck screens included.
- Default-disabled power-user features, including:
Expand Down
18 changes: 0 additions & 18 deletions system_files/deck/shared/usr/etc/chrony.conf

This file was deleted.

1 change: 0 additions & 1 deletion system_files/deck/shared/usr/etc/sysconfig/network

This file was deleted.

5 changes: 0 additions & 5 deletions system_files/deck/shared/usr/etc/systemd/resolved.conf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ screens:
default: false
packages:
- Switch SteamOS-BTRFS config to EXT4: sudo -A just --unstable switch-to-ext4
Disable DNS-over-TLS:
description: Disables secure DNS, for users with problems connecting with DOT enabled.
default: false
packages:
- Disable DOT: sudo -A just --unstable disable-secure-dns
applications:
source: yafti.screen.package
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,3 @@ add-user-to-input-group:
sudo bash -c 'grep "input" /lib/group >> /etc/group'
fi
sudo usermod -a -G input $USER
# Disable DNS over TLS on Deck images (Default enabled)
disable-secure-dns:
#!/usr/bin/env bash
sudo rm -f /etc/sysconfig/network
sudo rm -f /etc/systemd/resolved.conf
13 changes: 0 additions & 13 deletions system_files/desktop/shared/usr/bin/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,6 @@ if grep -qz 'fedora' <<< $(flatpak remotes); then
fi
flatpak remote-add --if-not-exists --user flathub /etc/flatpak/remotes.d/flathub.flatpakrepo

# Remove bazzite-arch on Nvidia
# We ship layered copies now due to nvidia fun(tm)
if [[ $IMAGE_NAME =~ "nvidia" ]]; then
if grep -qz "bazzite-arch" <<< $(distrobox list); then
distrobox-rm bazzite-arch --force
if [[ ${BASE_IMAGE_NAME} =~ 'kinoite' ]]; then
podman image rm bazzite-arch --force
else
podman image rm bazzite-arch-gnome --force
fi
fi
fi

# Prevent future executions
echo "Writing state file"
echo $USER_SETUP_VER > $USER_SETUP_VER_FILE
Expand Down

0 comments on commit 022625e

Please sign in to comment.