@@ -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
|
||||
|
Reference in New Issue
Block a user