diff options
| author | Grisha Shipunov | 2026-01-11 12:38:00 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-11 12:38:00 +0100 |
| commit | 005f864e771d34a1f0bdc6b3282f8b0d70c6876b (patch) | |
| tree | e2430c814a3e07dfdef888534629d9173355140c /hosts/toaster/default.nix | |
| parent | eaf41f71482a6852ad388c37bde8d74c44099f71 (diff) | |
enable sshd on toaster
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 9a5cab9..ee20085 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -74,6 +74,9 @@ isNormalUser = true; uid = 1000; shell = pkgs.fish; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXrwZsBChUhVuF5gFEfj8GwQlnrqEttAytS5jVCfuE4 0xa@frituurpan" + ]; }; # This value determines the NixOS release from which the default |
