Skip to content

Commit

Permalink
Merge pull request #187 from a-kenji/fix/typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
mergify[bot] authored Aug 22, 2023
2 parents 8f057d8 + eb00f64 commit 2b06f6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/nixos-anywhere.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Options:
* --post-kexec-ssh-port <ssh_port>
after kexec is executed, use a custom ssh port to connect. Defaults to 22
* --stop-after-disko
exit after disko formating, you can then proceed to install manually or some other way
exit after disko formatting, you can then proceed to install manually or some other way
* --extra-files <file...>
files to copy into the new nixos installation
* --disk-encryption-keys <remote_path> <local_path>
Expand Down
6 changes: 3 additions & 3 deletions terraform/all-in-one/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ variable "kexec_tarball_url" {
default = null
}

# To make this re-usuable we maybe should accept a store path here?
# To make this re-usable we maybe should accept a store path here?
variable "nixos_partitioner_attr" {
type = string
description = "Nixos partitioner and mount script i.e. your-flake#nixosConfigurations.your-evaluated-nixos.config.system.build.diskoNoDeps or just your-evaluated.config.system.build.diskNoDeps. `config.system.build.diskNoDeps` is provided by the disko nixos module"
}

# To make this re-usuable we maybe should accept a store path here?
# To make this re-usable we maybe should accept a store path here?
variable "nixos_system_attr" {
type = string
description = "The nixos system to deploy i.e. your-flake#nixosConfigurations.your-evaluated-nixos.config.system.build.toplevel or just your-evaluated-nixos.config.system.build.toplevel if you are not using flakes"
Expand Down Expand Up @@ -71,6 +71,6 @@ variable "debug_logging" {

variable "stop_after_disko" {
type = bool
description = "Exit after disko formating"
description = "Exit after disko formatting"
default = false
}
6 changes: 3 additions & 3 deletions terraform/install/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ variable "kexec_tarball_url" {
default = null
}

# To make this re-usuable we maybe should accept a store path here?
# To make this re-usable we maybe should accept a store path here?
variable "nixos_partitioner" {
type = string
description = "nixos partitioner and mount script"
}

# To make this re-usuable we maybe should accept a store path here?
# To make this re-usable we maybe should accept a store path here?
variable "nixos_system" {
type = string
description = "The nixos system to deploy"
Expand Down Expand Up @@ -53,6 +53,6 @@ variable "debug_logging" {

variable "stop_after_disko" {
type = bool
description = "Exit after disko formating"
description = "Exit after disko formatting"
default = false
}

0 comments on commit 2b06f6c

Please sign in to comment.