From c7c387ea0c0229cf52100805dfd45e57152b8fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 4 May 2023 17:03:52 +0200 Subject: [PATCH] Document how to get root access to everything --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5411dab8..07810461 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; is deprecated. Everything should be done through sops. 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 ### Deploy to a remote NixOS system