mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "39dffa89390955cf256da28a5bbf6ef78794b5d0" and "09b64835f7e11077d10cb5200735ae0698feec84" have entirely different histories.
39dffa8939
...
09b64835f7
@ -7,4 +7,3 @@ exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
||||
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f
|
||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||
exec --no-startup-id foot --title=bluetooth\ log journalctl -u bluetooth -f
|
||||
#exec --no-startup-id foot --title=nordvpnd\ log journalctl -u nordvpnd -f
|
||||
|
@ -1,5 +0,0 @@
|
||||
[Resolve]
|
||||
DNS=103.86.96.100 103.86.99.100
|
||||
Domains=~.
|
||||
DNSOverTLS=no
|
||||
Cache=yes
|
@ -1,11 +0,0 @@
|
||||
# systemd unit overrides
|
||||
|
||||
These are meant to be in `/etc/systemd/system/whatever.service.d/` and thus
|
||||
override the behaviour of the unit either in `/etc/systemd/system` or
|
||||
`/lib/systemd/system`.
|
||||
|
||||
See `../*.d/` for services that either symlink here or other inspiration for
|
||||
using overrides.
|
||||
|
||||
**_DON'T PLACE THESE IN ACTUAL `/etc/systemd/system/service.d` OR THEY MIGHT
|
||||
AFFECT ALL SERVICES CAUSING UNEXPECTED BEHAVIOUR!_**
|
@ -1,3 +1,6 @@
|
||||
# This file stops services from failing and will keep attempting to always
|
||||
# restart them. Regardless of the location in my dotfiles, I would not place
|
||||
# it here in the actual /etc
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
|
@ -1,6 +0,0 @@
|
||||
[Unit]
|
||||
Wants=nordvpnd.service
|
||||
After=nordvpnd.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/nordvpn connect
|
@ -1,7 +0,0 @@
|
||||
# For use with Nordvpn
|
||||
server:
|
||||
forward-zone:
|
||||
name: "."
|
||||
forward-tls-upstream: no
|
||||
forward-addr: 103.86.96.100
|
||||
forward-addr: 103.86.99.100
|
@ -1,5 +1,6 @@
|
||||
[brave-browser-beta]
|
||||
name=Brave Browser - Beta
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
baseurl=https://brave-browser-rpm-beta.s3.brave.com/$basearch
|
||||
gpgkey=https://brave-browser-rpm-beta.s3.brave.com/brave-core-nightly.asc
|
||||
|
@ -1,5 +1,6 @@
|
||||
[brave-browser-nightly]
|
||||
name=Brave Browser - Nightly
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
baseurl=https://brave-browser-rpm-nightly.s3.brave.com/$basearch
|
||||
gpgkey=https://brave-browser-rpm-nightly.s3.brave.com/brave-core-nightly.asc
|
||||
|
Loading…
x
Reference in New Issue
Block a user