mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
3 Commits
dd25c7eadc
...
177453cd92
Author | SHA1 | Date | |
---|---|---|---|
177453cd92 | |||
0944b454a7 | |||
1ac238b6d8 |
2
etc/profile.d/01-mangohud.sh
Normal file
2
etc/profile.d/01-mangohud.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Enables mangohud for everything natively supporting it (outside of flatpak?)
|
||||||
|
export MANGOHUD=1
|
@ -16,6 +16,7 @@ ExecStartPre=-systemctl disable monthly-btrfs-balance.service
|
|||||||
ExecStartPre=-systemctl enable --now monthly-btrfs-balance.timer
|
ExecStartPre=-systemctl enable --now monthly-btrfs-balance.timer
|
||||||
ExecStartPre=-sysctl net.ipv6.conf.all.disable_ipv6=0
|
ExecStartPre=-sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
ExecStartPre=-systemctl enable --now tlp
|
ExecStartPre=-systemctl enable --now tlp
|
||||||
|
ExecStart=-systemctl --global enable systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service
|
||||||
ExecStart=-systemctl restart yggdrasil.service
|
ExecStart=-systemctl restart yggdrasil.service
|
||||||
ExecStart=-firewall-cmd --reload
|
ExecStart=-firewall-cmd --reload
|
||||||
# If they somehow managed to not start already
|
# If they somehow managed to not start already
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Wants=rngd.service
|
Wants=rngd.service haveged.service
|
||||||
|
2
etc/tmpfiles.d/snapd-classic.conf
Normal file
2
etc/tmpfiles.d/snapd-classic.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Create symlink /snap pointing to /var/snap
|
||||||
|
L /snap /var/lib/snapd/snap
|
Loading…
x
Reference in New Issue
Block a user