mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
6 Commits
09b64835f7
...
39dffa8939
Author | SHA1 | Date | |
---|---|---|---|
39dffa8939 | |||
d99566d26f | |||
952fbde2cb | |||
8a73d0fd63 | |||
aa97b82e31 | |||
8771c98645 |
@ -7,3 +7,4 @@ 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
|
||||
|
5
etc/systemd/resolved.conf.d/nordvpn.conf
Normal file
5
etc/systemd/resolved.conf.d/nordvpn.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[Resolve]
|
||||
DNS=103.86.96.100 103.86.99.100
|
||||
Domains=~.
|
||||
DNSOverTLS=no
|
||||
Cache=yes
|
11
etc/systemd/system/service.d/README.md
Normal file
11
etc/systemd/system/service.d/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 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,6 +1,3 @@
|
||||
# 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
|
||||
|
6
etc/systemd/system/service.d/nordvpn.conf
Normal file
6
etc/systemd/system/service.d/nordvpn.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Wants=nordvpnd.service
|
||||
After=nordvpnd.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/nordvpn connect
|
7
etc/unbound/unbound.conf.d/nordvpn.conf
Normal file
7
etc/unbound/unbound.conf.d/nordvpn.conf
Normal file
@ -0,0 +1,7 @@
|
||||
# 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,6 +1,5 @@
|
||||
[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,6 +1,5 @@
|
||||
[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