80 lines
1.2 KiB
TOML
80 lines
1.2 KiB
TOML
name = "fedora44-base"
|
|
description = "Fedora Base Installation"
|
|
version = "0.2.3"
|
|
distro = "fedora-44"
|
|
modules = []
|
|
groups = []
|
|
|
|
[customizations]
|
|
hostname = "fedora44-base"
|
|
|
|
[customizations.timezone]
|
|
timezone = "America/New_York"
|
|
|
|
[[customizations.disk.partitions]]
|
|
type = "plain"
|
|
label = "root"
|
|
mountpoint = "/"
|
|
fs_type = "ext4"
|
|
minsize = "128 GiB"
|
|
|
|
[customizations.firewall.services]
|
|
enabled = ["ssh", "cockpit"]
|
|
|
|
[customizations.services]
|
|
enabled = ["sshd", "cockpit.socket"]
|
|
|
|
[[packages]]
|
|
name = "bash-completion"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "tmux"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "vim"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "git"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "cockpit"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "borgbackup"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "policycoreutils-python-utils"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "systemd-container"
|
|
version = "*"
|
|
|
|
[[customizations.files]]
|
|
path = "/root/.inputrc"
|
|
mode = "0644"
|
|
user = "root"
|
|
group = "root"
|
|
data = """
|
|
"\\C-h": backward-kill-word
|
|
"""
|
|
|
|
[[customizations.files]]
|
|
path = "/root/.ssh/authorized_keys"
|
|
mode = "0600"
|
|
user = "root"
|
|
group = "root"
|
|
data = """
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGQa781Qj8mNlUdRquFFqg0O2ornG9SBHe705y4+1vPI ssh@ducoterra.net
|
|
"""
|