54 lines
935 B
TOML
54 lines
935 B
TOML
name = "fedora-42-base"
|
|
description = "Fedora 42 Base Installation"
|
|
version = "0.0.1"
|
|
distro = "fedora-42"
|
|
modules = []
|
|
groups = []
|
|
|
|
[customizations]
|
|
hostname = "f42-base"
|
|
|
|
[[customizations.disk.partitions]]
|
|
type = "btrfs"
|
|
minsize = "32 GiB"
|
|
|
|
[[customizations.disk.partitions.subvolumes]]
|
|
name = "root"
|
|
mountpoint = "/"
|
|
|
|
[[customizations.disk.partitions.subvolumes]]
|
|
name = "home"
|
|
mountpoint = "/home"
|
|
|
|
[customizations.timezone]
|
|
timezone = "America/New_York"
|
|
|
|
[[customizations.sshkey]]
|
|
user = "root"
|
|
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGQa781Qj8mNlUdRquFFqg0O2ornG9SBHe705y4+1vPI ssh@ducoterra.net"
|
|
|
|
[customizations.firewall.services]
|
|
enabled = ["ssh"]
|
|
|
|
[customizations.services]
|
|
enabled = ["sshd"]
|
|
|
|
[[packages]]
|
|
name = "bash-completion"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "tmux"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "vim"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "git"
|
|
version = "*" |