This commit is contained in:
root 2023-11-27 07:16:32 +02:00
parent 3505869c55
commit 6d54421c10

View File

@ -11,6 +11,7 @@ packages:
- htop
- tmux
- wget
- hyperv-daemons
# replace with your own public key (e.g. ~/.ssh/id_rsa.pub)
ssh_authorized_keys:
@ -26,6 +27,7 @@ users:
- ###SSH_KEY_2###
- ###SSH_KEY_3###
runcmd:
- [ "/usr/bin/sed" , "-i" , "-e" , "\"s@ dns@@g\"" , "-e" , "\"s@ resolve @ dns reslove @g\"" , "/etc/nsswitch.conf" ]
- [ "/usr/bin/wget" , "https://raw.githubusercontent.com/elico/ispmail-project/master/debian-bullseye-il-sources.list" , "-O" , "/etc/apt/sources.list.debian-11.in" ]
final_message: "The system is finally up, after $UPTIME seconds"