From 210d4e7c2e7102355e8ef92681800157faa57d16 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 6 Aug 2021 16:20:44 +0200 Subject: initial commit --- config/users.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/users.nix (limited to 'config/users.nix') diff --git a/config/users.nix b/config/users.nix new file mode 100644 index 0000000..99a497d --- /dev/null +++ b/config/users.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + users.users.qaristote = { + isNormalUser = true; + extraGroups = [ "wheel" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK4wGbl3++lqCjLUhoRyABBrVEeNhIXYO4371srkRoyq qaristote@latitude-7490" + ]; + }; +} -- cgit v1.2.3