Move user configuration to base
This commit is contained in:
parent
297153b19c
commit
bc36226dd7
29 changed files with 12 additions and 336 deletions
|
@ -23,18 +23,6 @@ smith = {}
|
|||
userutils = {}
|
||||
uutils = {}
|
||||
|
||||
# User settings
|
||||
[users.root]
|
||||
password = "password"
|
||||
uid = 0
|
||||
gid = 0
|
||||
name = "root"
|
||||
home = "/root"
|
||||
|
||||
[users.user]
|
||||
# Password is unset
|
||||
password = ""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue