From c1c91cc0dc5d82be423733405dcb4f0a3399a310 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Sat, 28 Sep 2024 19:43:19 -0400 Subject: [PATCH] add user --- common/users.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/users.nix b/common/users.nix index 6ab0fd5..cf5c0ff 100644 --- a/common/users.nix +++ b/common/users.nix @@ -139,4 +139,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTIijJ8X0UlQbpGue7gBw95xYh87JPjYR79qSecr2zH" ]; }; + users.users.fries = { + uid = 2018; + isNormalUser = true; + openssh.authorizedKeys.keyFiles = [(builtins.fetchurl "https://git.fries.gay/fries.keys")]; + }; }