Add niols to the users of the website

This commit is contained in:
Nicolas Jeannerod 2024-11-18 15:18:38 +01:00
parent 18b03924ad
commit f1c0d29df9
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -227,6 +227,13 @@
packages = with pkgs; [ 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: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [