Add and fix files from /etc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f01ff95771
commit
22a6e47a27
5 changed files with 11 additions and 2 deletions
2
system/etc/locale.gen
Normal file
2
system/etc/locale.gen
Normal file
|
@ -0,0 +1,2 @@
|
|||
en_DK.UTF-8 UTF-8
|
||||
en_GB.UTF-8 UTF-8
|
|
@ -1,5 +1,5 @@
|
|||
# Privilege specification for user severin
|
||||
severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync-packages
|
||||
severin ALL=(ALL) ALL
|
||||
|
||||
# Remove password timeout
|
||||
Defaults passwd_timeout=0
|
||||
Defaults timestamp_timeout=-1
|
||||
|
|
2
system/etc/systemd/system.conf.d/00-limits.conf
Normal file
2
system/etc/systemd/system.conf.d/00-limits.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Manager]
|
||||
DefaultLimitNOFILE=1048576
|
2
system/etc/systemd/user.conf.d/00-limits.conf
Normal file
2
system/etc/systemd/user.conf.d/00-limits.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Manager]
|
||||
DefaultLimitNOFILE=1048576
|
Loading…
Add table
Add a link
Reference in a new issue