Nix Config / Users

既定値

# Define a user account. Don't forget to set a password with ‘passwd’.
# users.users.alice = {
#   isNormalUser = true;
#   extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
#   packages = with pkgs; [
#     firefox
#     tree
#   ];
# };

alice ユーザー (一例)


トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS