diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 12:11:02 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-10-16 14:17:12 +0000 |
commit | c4c20b691cbb71fc8fe06f9ce09d9a5bf256a6b1 (patch) | |
tree | 2019c0c3b125267435c9417c037c45abefcde4e2 | |
parent | 8797d4450a0e09258a6845f1a890c73bbd726b72 (diff) | |
download | nixcfg-c4c20b691cbb71fc8fe06f9ce09d9a5bf256a6b1.tar.gz nixcfg-c4c20b691cbb71fc8fe06f9ce09d9a5bf256a6b1.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,8 +40,10 @@ in your operator's life to break everything through automation. Run: - `./deploy_wg prod datura` - to generate wireguard's keys - - `./deploy_nixos prod datura` - to deploy the nix configuration files (need to be redeployed on all nodes as hte new wireguard conf is needed everywhere) + - `./deploy_nixos prod datura` - to deploy the nix configuration files + - need to be redeployed on all nodes as the new wireguard conf is needed everywhere - `./deploy_password prod datura` - to deploy user's passwords + - need to be redeployed on all nodes to setup the password on all nodes - `./deploy_pki prod datura` - to deploy Nomad's and Consul's PKI ## How to operate a node |