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
|
@ -27,6 +27,9 @@ CONFIG_ETC_FILES=(
|
||||||
["/etc/X11/xorg.conf.d/00-keyboard.conf"]="644"
|
["/etc/X11/xorg.conf.d/00-keyboard.conf"]="644"
|
||||||
["/etc/X11/xorg.conf.d/20-displaylink.conf"]="644"
|
["/etc/X11/xorg.conf.d/20-displaylink.conf"]="644"
|
||||||
["/etc/zsh/zshenv"]="644"
|
["/etc/zsh/zshenv"]="644"
|
||||||
|
["/etc/systemd/user.conf.d/00-limits.conf"]="644"
|
||||||
|
["/etc/systemd/system.conf.d/00-limits.conf"]="644"
|
||||||
|
["/etc/locale.gen"]="644"
|
||||||
)
|
)
|
||||||
|
|
||||||
output::section "Copying /etc files"
|
output::section "Copying /etc files"
|
||||||
|
|
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
|
# Privilege specification for user severin
|
||||||
severin ALL=(ALL:ALL) NOPASSWD:/home/severin/.local/bin/sync-packages
|
severin ALL=(ALL) ALL
|
||||||
|
|
||||||
# Remove password timeout
|
# 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