This commit is contained in:
Douze Bé 2024-12-31 09:17:51 +01:00
parent 802a593502
commit cb6bfc5702

View file

@ -4,7 +4,7 @@
# Define user accounts. Don't forget to set a password with 'passwd'. # Define user accounts. Don't forget to set a password with 'passwd'.
users.users.operator = { users.users.operator = {
isNormalUser = true; isNormalUser = true;
description = "douze baie"; description = "administration user";
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
packages = with pkgs; []; packages = with pkgs; [];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [