Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-20 11:43:33 +00:00
parent 7737abc45e
commit 5c75205343
10 changed files with 75 additions and 91 deletions

View File

@@ -74,7 +74,7 @@ EOF
cat <<'EOF' > "./hosts/$host/format.nix"
{
disko.devices = {
disk.installer = {
disk.main = {
device = ""; # Set this to the device you want to install to
type = "disk";
content = {
@@ -172,7 +172,6 @@ cat <<EOF > "./hosts/$host/default.nix"
networking.hostName = "$host";
i18n.defaultLocale = "en_US.UTF-8";
sops.defaultSopsFile = ./secrets/secrets.yaml;
}
EOF