From f1c0d29df9175e67e4909bf2bac1c6c785eb145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 18 Nov 2024 15:18:38 +0100 Subject: [PATCH] Add `niols` to the users of the website --- server/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/configuration.nix b/server/configuration.nix index 1717d55d..0ffa90ca 100644 --- a/server/configuration.nix +++ b/server/configuration.nix @@ -227,6 +227,13 @@ packages = with pkgs; [ ]; }; + users.users.niols = { + isNormalUser = true; + extraGroups = [ "wheel" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEElREJN0AC7lbp+5X204pQ5r030IbgCllsIxyU3iiKY" + ]; + }; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [