mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
docs: update various READMEs
This commit is contained in:
parent
1d4c50f354
commit
533995eb09
@ -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].
|
||||
|
@ -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 <<general-deployment-guidelines>>.
|
||||
|
Loading…
Reference in New Issue
Block a user