diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-08 16:39:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-08 16:41:11 +0530 |
commit | 19da93f1cca9dc56ed240ec063c59a572b79e51c (patch) | |
tree | 10565c3a330d2f9c7449509aa370641abc26aac9 /common.nix | |
parent | 068ac0002e87a6760e44574c333bff4eeb895f59 (diff) |
hosts/kay: init
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ let user = config.userdata.user; groups = config.userdata.groups; + pubKeys = config.userdata.pubKeys; host = config.networking.hostName; in { @@ -47,6 +48,7 @@ in brightnessctl neofetch ]; + openssh.authorizedKeys.keys = pubKeys; }; # system |