Move user configuration to base

This commit is contained in:
Jeremy Soller 2024-01-04 11:36:45 -07:00
parent 297153b19c
commit bc36226dd7
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
29 changed files with 12 additions and 336 deletions

View file

@ -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 = """