feat: add all configs
This commit is contained in:
commit
0267199f6e
23 changed files with 1673 additions and 0 deletions
27
etc/default/useradd
Normal file
27
etc/default/useradd
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Default values for useradd(8)
|
||||
#
|
||||
# The SHELL variable specifies the default login shell on your
|
||||
# system.
|
||||
SHELL=/usr/bin/zsh
|
||||
|
||||
# The default group for users
|
||||
GROUP=users
|
||||
|
||||
# The default home directory.
|
||||
HOME=/home
|
||||
|
||||
# The number of days after a password expires until the account is permanently
|
||||
# disabled
|
||||
INACTIVE=-1
|
||||
|
||||
# The default expire date
|
||||
EXPIRE=
|
||||
|
||||
# The SKEL variable specifies the directory containing "skeletal" user files;
|
||||
# in other words, files such as a sample .profile that will be copied to the
|
||||
# new user's home directory when it is created.
|
||||
SKEL=/etc/skel
|
||||
|
||||
# Defines whether the mail spool should be created while
|
||||
# creating the account
|
||||
CREATE_MAIL_SPOOL=no
|
||||
2
etc/iwd/main.conf
Normal file
2
etc/iwd/main.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[General]
|
||||
EnableNetworkConfiguration=True
|
||||
33
etc/pacman.d/mirrorlist
Normal file
33
etc/pacman.d/mirrorlist
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
################################################################################
|
||||
################# Arch Linux mirrorlist generated by Reflector #################
|
||||
################################################################################
|
||||
|
||||
# With: reflector @/etc/xdg/reflector/reflector.conf
|
||||
# When: 2025-09-13 20:58:10 UTC
|
||||
# From: https://archlinux.org/mirrors/status/json/
|
||||
# Retrieved: 2025-09-13 20:57:25 UTC
|
||||
# Last Check: 2025-09-13 20:04:54 UTC
|
||||
|
||||
Server = https://mirror.init7.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
|
||||
#Server = https://de.arch.niranjan.co/$repo/os/$arch
|
||||
#Server = https://archlinux.richard-neumann.de/$repo/os/$arch
|
||||
#Server = https://us.arch.niranjan.co/$repo/os/$arch
|
||||
#Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||
#Server = https://mirror.moson.org/arch/$repo/os/$arch
|
||||
#Server = https://london.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://al.arch.niranjan.co/$repo/os/$arch
|
||||
#Server = https://at.arch.niranjan.co/$repo/os/$arch
|
||||
#Server = https://at.arch.mirror.kescher.at/$repo/os/$arch
|
||||
#Server = https://berlin.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.phinau.de/$repo/os/$arch
|
||||
#Server = https://mirror.sunred.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.theash.xyz/arch/$repo/os/$arch
|
||||
#Server = https://arch.mirror.constant.com/$repo/os/$arch
|
||||
#Server = https://johannesburg.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://losangeles.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://singapore.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://sydney.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = https://taipei.mirror.pkgbuild.com/$repo/os/$arch
|
||||
Loading…
Add table
Add a link
Reference in a new issue