diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-23 22:14:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-23 22:14:48 +0200 |
commit | 7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de (patch) | |
tree | fab72dddd3b3a86d698a08948b7d56a731f71c78 /nixos | |
parent | f5ee7edf7d3d88b4f93d5f0e330e260f1d232c31 (diff) | |
download | user-config-7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de.tar.gz user-config-7fe0b1aaca0ecd20b7e867f89a97e7e0668c87de.zip |
add apps and key
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 7154465..dde0f69 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -125,6 +125,7 @@ in ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJpaBZdYxHqMxhv2RExAOa7nkKhPBOHupMP3mYaZ73w9" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIw+IIX8+lZX9RrHAbwi/bncLYStXpI4EmK3AUcqPY2O" ]; }; |