mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-11-12 12:31:46 +00:00
Add some system settings (taken from cachyos)
This commit is contained in:
parent
b4c8003256
commit
45db3fc9fc
4 changed files with 16 additions and 0 deletions
2
root/usr/lib/NetworkManager/conf.d/dns.conf
Normal file
2
root/usr/lib/NetworkManager/conf.d/dns.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[main]
|
||||
dns=systemd-resolved
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[Journal]
|
||||
SystemMaxUse=100M
|
||||
3
root/usr/lib/systemd/system.conf.d/00-timeout.conf
Normal file
3
root/usr/lib/systemd/system.conf.d/00-timeout.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[Manager]
|
||||
DefaultTimeoutStartSec=15s
|
||||
DefaultTimeoutStopSec=10s
|
||||
9
root/usr/lib/systemd/timesyncd.conf.d/10-timesyncd.conf
Normal file
9
root/usr/lib/systemd/timesyncd.conf.d/10-timesyncd.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Time]
|
||||
NTP=time.cloudflare.com
|
||||
FallbackNTP=time.google.com 0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org
|
||||
#RootDistanceMaxSec=5
|
||||
#PollIntervalMinSec=32
|
||||
#PollIntervalMaxSec=2048
|
||||
#ConnectionRetrySec=30
|
||||
#SaveIntervalSec=60
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue