Compare commits
No commits in common. "aa1567487f5819738eae3ce882fe1a1b4bc1837c" and "1e19f087766c6ff6150af053029fc423c59ca102" have entirely different histories.
aa1567487f
...
1e19f08776
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
"bootloader": "Systemd-boot",
|
"bootloader": "Systemd-boot",
|
||||||
|
|
||||||
"kernels": ["linux-zen"],
|
|
||||||
|
|
||||||
"hostname": "moonarch",
|
"hostname": "moonarch",
|
||||||
|
|
||||||
"locale_config": {
|
"locale_config": {
|
||||||
|
|||||||
@ -7,9 +7,6 @@
|
|||||||
# Theming
|
# Theming
|
||||||
colloid-catppuccin-theme-git
|
colloid-catppuccin-theme-git
|
||||||
|
|
||||||
# Fonts
|
|
||||||
otf-openmoji
|
|
||||||
|
|
||||||
# Niri / Wayland Extras
|
# Niri / Wayland Extras
|
||||||
elephant-desktopapplications-bin
|
elephant-desktopapplications-bin
|
||||||
elephant-clipboard-bin
|
elephant-clipboard-bin
|
||||||
|
|||||||
@ -154,16 +154,6 @@ sudo ufw default deny incoming
|
|||||||
sudo ufw default allow outgoing
|
sudo ufw default allow outgoing
|
||||||
sudo ufw --force enable
|
sudo ufw --force enable
|
||||||
|
|
||||||
# --- Boot parameters: add quiet to systemd-boot entries ---
|
|
||||||
|
|
||||||
log "Configuring boot parameters..."
|
|
||||||
for entry in /boot/loader/entries/*.conf; do
|
|
||||||
if [[ -f "$entry" ]] && [[ "$(basename "$entry")" != *fallback* ]] && ! grep -q 'quiet' "$entry"; then
|
|
||||||
sudo sed -i '/^options/ s/$/ quiet/' "$entry"
|
|
||||||
log " + $(basename "$entry") — quiet added"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# --- Docker-Gruppe ---
|
# --- Docker-Gruppe ---
|
||||||
|
|
||||||
if ! groups | grep -q docker; then
|
if ! groups | grep -q docker; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user