diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-03-08 07:50:22 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-03-08 07:50:22 -0500 |
commit | 8b35e1128ed5532d029efbe07081110eedecbf8a (patch) | |
tree | 44323c5598297546c7d9cb251632c0f3ae846949 /modules/users.nix | |
parent | 9b10bca8afa87bbe26cee5003a066c0272116d67 (diff) |
builder key
Diffstat (limited to 'modules/users.nix')
-rw-r--r-- | modules/users.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/users.nix b/modules/users.nix index cf7bc10..847f63b 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -80,6 +80,10 @@ in { uid = 508; }; builder = lib.optionalAttrs enableBuilder { + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA2W9SkVc1xKo5QiYOgbCgZbPlFhZLrbG1lS7TUjiZwi root@firelink" + ]; + uid = 509; }; mpd = lib.optionalAttrs config.services.mpd.enable { extraGroups = ["readonly"]; |