my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add ssh key for my phone

chfour bf303d50 3dceba8b

+4 -1
+4 -1
users/chfour/default.nix
··· 15 15 uid = 1000; 16 16 extraGroups = [ "wheel" "plugdev" "dialout" ] ++ (lib.optional config.networking.networkmanager.enable "networkmanager"); 17 17 18 - openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICOvi+wFazV5fN/piUQ0OM84W71TOuedHcAOsT/oRP55'' ]; 18 + openssh.authorizedKeys.keys = [ 19 + ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICOvi+wFazV5fN/piUQ0OM84W71TOuedHcAOsT/oRP55 chfour+foxbox@eeep.ee'' 20 + ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDG7JztPvxcx1YzRKOKGCXx0u/TQO/QsPZL89VcP+UuN chfour+phone@eeep.ee'' 21 + ]; 19 22 }; 20 23 21 24 programs.zsh.enable = true; # todo: get rid of this if possible