remove backup user from dockerfile

This commit is contained in:
Julian Wefers
2026-06-02 17:40:22 +02:00
parent 2757744ec9
commit 4165798a02
3 changed files with 16 additions and 10 deletions
+15
View File
@@ -1,3 +1,18 @@
[customizations]
hostname = "backupserver"
[[customizations.user]]
name = "backup"
description = "Default user account"
password = "$6$CHO2$3rN8eviE2t50lmVyBYihTgVRHcaecmeCk31L..."
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGPAWtzq2/cuv+zPzdDSCe/5pc0HRCxmwFiI5Fu3sEok julian@local"
home = "/srv/widget/"
shell = "/usr/bin/bash"
groups = ["widget", "users", "wheel"]
uid = 1200
gid = 1200
expiredate = 12345
[customizations.iso]
volume_id = "JuliansBackupServer"
application_id = "JuliansBackupServer"