Compare commits

..

No commits in common. "01c30a381f25c562ffe3edc17b74cf63ebb6664c" and "c4eb9081fe94cd1cf400ca7897125782fcaf9355" have entirely different histories.

5 changed files with 1 additions and 30 deletions

View File

@ -4,22 +4,7 @@
LockOnStart=true
[Greeter]
#WallpaperPlugin=org.kde.color
WallpaperPlugin=org.kde.potd
WallpaperPlugin=org.kde.color
[Greeter][Wallpaper][org.kde.color][General]
Color=0,0,0
[Greeter][Wallpaper][org.kde.potd][General]
#Provider=bing
#Provider=epod
#Provider=flickr
#Provider=noaa
#Provider=simonstalenhag
# CONTENT WARNING: systemsettings says Wikimedia Commons won't filter
# judgable or questionable photos and advices caution when using in public.
#Provider=wcpotd
# I only keep marking https://openwireless.org as metered and I doubt anyone
# would notice if I encountered AP hosted by someone else and it updated one
# picture.
#UpdateOverMeteredConnection=1

View File

@ -47,8 +47,6 @@ ExecStart=-firewall-cmd --add-service=mdns --permanent
ExecStart=-firewall-cmd --add-service=mdns --permanent --zone=home
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent
ExecStart=-firewall-cmd --add-service=kdeconnect --permanent --zone=home
ExecStart=-firewall-cmd --add-service=ident --permanent
ExecStart=-firewall-cmd --add-service=ident --permanent --zone=home
ExecStart=-firewall-cmd --permanent --add-port=9001/udp
ExecStart=-firewall-cmd --permanent --add-port=9001/udp --zone=home
ExecStart=-firewall-cmd --permanent --add-port=6771/udp

View File

@ -193,14 +193,6 @@ if [ "$(id -u)" == "0" ]; then
if hash systemctl 2> /dev/null; then
systemctl daemon-reload
# SECURITY WARNING! Practically a backdoor unless you are me and expect this!
# WARNING! Likely breaks SSHd outside of port 22 unless override exists!
(systemctl --global enable foot-server.socket &)
(systemctl enable --now ssh.socket &)
(systemctl enable --now sshd.socket &)
(systemctl enable --now avahi-daemon.socket &)
(systemctl enable --now systemd-oomd.socket &)
(systemctl enable --now oidentd.socket &)
fi
# Enables laziness on checking whether or not apt is installed

View File

@ -657,8 +657,6 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew

View File

@ -645,8 +645,6 @@ alias nordvpn-off2=nordvpn-offf
# Consistency in flatpak commands
alias flatpak="LANG=C.UTF-8 flatpak"
# Search without description
alias flatpaks="LANG=C.UTF-8 flatpak search --columns=remote,version,application"
if hash homebrew 2> /dev/null; then
alias brew=homebrew