Document how to get root access to everything

This commit is contained in:
Sandro - 2023-05-04 17:03:52 +02:00
parent 042480ba04
commit c7c387ea0c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
is deprecated. Everything should be done through sops. is deprecated. Everything should be done through sops.
If you don't have secrets access ask sandro or astro to get onboarded. If you don't have secrets access ask sandro or astro to get onboarded.
### SSH access
If people should get root access to *all* machines, their keys should be added to ``ssh-public-keys.nix``.
## Deployment ## Deployment
### Deploy to a remote NixOS system ### Deploy to a remote NixOS system