diff --git a/README.adoc b/README.adoc index 3a6e94cd..704ef3e6 100644 --- a/README.adoc +++ b/README.adoc @@ -184,7 +184,7 @@ For more information, see the link:./modules/README.adoc[related documentation]. * link:./pkgs/[`./pkgs/`] contains my custom packages. It is exported in the flakes at `outputs.packages` compiled through various systems. -* link:./scripts/[./scripts/] contains various scripts for various purposes. +* link:./scripts/[`./scripts/`] contains various scripts for various purposes. Should be self-explanatory. * link:./secrets/[`./secrets/`] contains my secrets managed with link:https://github.com/mozilla/sops[sops] and link:https://github.com/Mic92/sops-nix[sops-nix]. diff --git a/hosts/plover/README.adoc b/hosts/plover/README.adoc index 630d4789..2f05a1ae 100644 --- a/hosts/plover/README.adoc +++ b/hosts/plover/README.adoc @@ -99,4 +99,15 @@ hcloud server create --location hel1 --type cx21 --image ubuntu-22.04 \ --name nixos-plover ---- +If you don't want to setup the firewall in the system, you could use the firewall from Hetzner (which is recommended anyways). + +Then, don't forget to setup the prerequisites such as filesystems properly. +Here's a set of commands setting up to the current filesystem configuration. + +[source, shell] +---- +e2label /dev/sda1 nixos +fatlabel /dev/sda15 boot +---- + Next, do the steps as written from <>.