Compare commits

..

No commits in common. "39dffa89390955cf256da28a5bbf6ef78794b5d0" and "09b64835f7e11077d10cb5200735ae0698feec84" have entirely different histories.

8 changed files with 5 additions and 30 deletions

View File

@ -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=chrony\ log journalctl -u chrony -f
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -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=bluetooth\ log journalctl -u bluetooth -f
#exec --no-startup-id foot --title=nordvpnd\ log journalctl -u nordvpnd -f

View File

@ -1,5 +0,0 @@
[Resolve]
DNS=103.86.96.100 103.86.99.100
Domains=~.
DNSOverTLS=no
Cache=yes

View File

@ -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!_**

View File

@ -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] [Service]
Restart=always Restart=always
RestartSec=5s RestartSec=5s

View File

@ -1,6 +0,0 @@
[Unit]
Wants=nordvpnd.service
After=nordvpnd.service
[Service]
ExecStartPre=/usr/bin/nordvpn connect

View File

@ -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

View File

@ -1,5 +1,6 @@
[brave-browser-beta] [brave-browser-beta]
name=Brave Browser - Beta name=Brave Browser - Beta
enabled=1 enabled=1
autorefresh=1
baseurl=https://brave-browser-rpm-beta.s3.brave.com/$basearch baseurl=https://brave-browser-rpm-beta.s3.brave.com/$basearch
gpgkey=https://brave-browser-rpm-beta.s3.brave.com/brave-core-nightly.asc gpgkey=https://brave-browser-rpm-beta.s3.brave.com/brave-core-nightly.asc

View File

@ -1,5 +1,6 @@
[brave-browser-nightly] [brave-browser-nightly]
name=Brave Browser - Nightly name=Brave Browser - Nightly
enabled=1 enabled=1
autorefresh=1
baseurl=https://brave-browser-rpm-nightly.s3.brave.com/$basearch baseurl=https://brave-browser-rpm-nightly.s3.brave.com/$basearch
gpgkey=https://brave-browser-rpm-nightly.s3.brave.com/brave-core-nightly.asc gpgkey=https://brave-browser-rpm-nightly.s3.brave.com/brave-core-nightly.asc